Skip to content

Commit

Permalink
Merge pull request #672 from ecalifornica/add-isort-configuration
Browse files Browse the repository at this point in the history
Add isort profile configuration to match black
  • Loading branch information
reece committed Sep 10, 2023
2 parents f677d72 + 4f2e1ba commit 7c998bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ line-length = 120
# https://github.com/PyCQA/flake8/issues/234#issuecomment-812800832
# The config in setup.cfg

[tool.isort]
profile = "black"

[tool.pylint.'MESSAGES CONTROL']
disable = "R0913"

Expand Down

0 comments on commit 7c998bd

Please sign in to comment.