We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b3182 commit 9a7d8f8Copy full SHA for 9a7d8f8
.isort.cfg
pyproject.toml
@@ -118,3 +118,7 @@ pre_commit"""
118
# Read more about the various options under:
119
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
120
# 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