Skip to content

Commit

Permalink
use pyproject for isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Apr 29, 2022
1 parent 242a29d commit 3194569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .isort.cfg

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.black]
target-version = ['py36']
extend-exclude = 'migrations'

[tool.isort]
profile = 'black'
skip = 'migrations'

0 comments on commit 3194569

Please sign in to comment.