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.
2 parents d7022cc + 6f5bb89 commit 1d07059Copy full SHA for 1d07059
setup.cfg renamed to .flake8
@@ -1,6 +1,3 @@
1
[flake8]
2
max-line-length = 88
3
extend-ignore = E203
4
-
5
-[isort]
6
-profile = black
pyproject.toml
@@ -47,5 +47,8 @@ version-strings = ["pytest_sugar.py"]
47
tag-prefix = "v"
48
build-system = "setuptools"
49
50
+[tool.isort]
51
+profile = "black"
52
+
53
[build-system]
54
requires = ["setuptools >= 40.6.0", "wheel"]
0 commit comments