Skip to content

Commit

Permalink
Exclude scripts from isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 10, 2023
1 parent a788676 commit d898b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 120
[tool.isort]
profile = "black"
line_length = 120
skip = ["aegea/missions", "aegea/packages", "aegea/rootfs.skel.build_ami"]
skip = ["scripts", "aegea/missions", "aegea/packages", "aegea/rootfs.skel.build_ami"]
skip_gitignore = true
[tool.ruff]
line-length=120
Expand Down

0 comments on commit d898b62

Please sign in to comment.