Skip to content

Commit

Permalink
Merge pull request #78 from github/isort-cfg
Browse files Browse the repository at this point in the history
Make isort and black agree on import sort order
  • Loading branch information
zkoppert committed Jan 26, 2024
2 parents 676fb94 + 380f88f commit f5241f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/linters/isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.isort]
profile = "black"

0 comments on commit f5241f5

Please sign in to comment.