Skip to content

Commit 6f5bb89

Browse files
committed
Move config from setup.cfg to pyproject.toml
(And to .flake8 because Flake8 won't support pyproject.toml)
1 parent d7022cc commit 6f5bb89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: setup.cfg renamed to .flake8

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[flake8]
22
max-line-length = 88
33
extend-ignore = E203
4-
5-
[isort]
6-
profile = black

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ version-strings = ["pytest_sugar.py"]
4747
tag-prefix = "v"
4848
build-system = "setuptools"
4949

50+
[tool.isort]
51+
profile = "black"
52+
5053
[build-system]
5154
requires = ["setuptools >= 40.6.0", "wheel"]

0 commit comments

Comments
 (0)