Skip to content

Commit

Permalink
Move config from setup.cfg to pyproject.toml
Browse files Browse the repository at this point in the history
(And to .flake8 because Flake8 won't support pyproject.toml)
  • Loading branch information
hugovk committed Jan 29, 2024
1 parent d7022cc commit 6f5bb89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203

[isort]
profile = black
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ version-strings = ["pytest_sugar.py"]
tag-prefix = "v"
build-system = "setuptools"

[tool.isort]
profile = "black"

[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]

0 comments on commit 6f5bb89

Please sign in to comment.