Skip to content

Commit 5a53c1e

Browse files
committed
Remove obsolete project configuration
1 parent f22f28a commit 5a53c1e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,5 @@ include-package-data = true
5757
[tool.setuptools.packages.find]
5858
where = ["src"]
5959

60-
# Thanks to Flake8-pyproject, we can configure flake8 here!
61-
[tool.flake8]
62-
exclude = ["bin", "build", "dist"]
63-
extend-ignore = ["E203"]
64-
# See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
65-
max-line-length = 88
66-
min_python_version = "3.10"
67-
68-
[tool.isort]
69-
profile = "black"
70-
7160
[tool.pytest.ini_options]
7261
addopts = "-s -p no:faulthandler"

0 commit comments

Comments
 (0)