Skip to content

Commit

Permalink
Merge pull request #280 from hugovk/rm-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jan 29, 2024
2 parents d7022cc + 6f5bb89 commit 1d07059
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 1d07059

Please sign in to comment.