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 28, 2024
1 parent 083723b commit eebad6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203
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"]
9 changes: 0 additions & 9 deletions setup.cfg

This file was deleted.

0 comments on commit eebad6f

Please sign in to comment.