Skip to content

Commit

Permalink
Moved isort config from setup.cfg to pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep authored Jan 5, 2024
1 parent edcf853 commit 7dd19a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ build-backend = 'setuptools.build_meta'
[tool.black]
target-version = ['py310']
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'

[tool.isort]
profile = 'black'
default_section = 'THIRDPARTY'
known_first_party = 'django'
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,3 @@ per-file-ignores =
django/core/cache/backends/base.py:W601
django/core/cache/backends/redis.py:W601
tests/cache/tests.py:W601

[isort]
profile = black
default_section = THIRDPARTY
known_first_party = django

0 comments on commit 7dd19a3

Please sign in to comment.