Skip to content

Commit 9a7d8f8

Browse files
committed
STY,DEV: Move isort config to pyproject.toml
1 parent 51b3182 commit 9a7d8f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.isort.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ pre_commit"""
118118
# Read more about the various options under:
119119
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
120120
# https://setuptools.pypa.io/en/latest/references/keywords.html
121+
122+
[tool.isort]
123+
profile = "black"
124+
known_first_party = ["check_python_h_first"]

0 commit comments

Comments
 (0)