Skip to content

Commit

Permalink
enable isort
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Oct 7, 2024
1 parent e61a6a6 commit 4791049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ lint.select = [
"F", # see: https://pypi.org/project/pyflakes
"N", # see: https://pypi.org/project/pep8-naming
# "D", # see: https://pypi.org/project/pydocstyle
"I", # implementation for isort
]
lint.extend-select = [
"C4", # see: https://pypi.org/project/flake8-comprehensions
Expand Down

0 comments on commit 4791049

Please sign in to comment.