We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22f28a commit 5a53c1eCopy full SHA for 5a53c1e
1 file changed
pyproject.toml
@@ -57,16 +57,5 @@ include-package-data = true
57
[tool.setuptools.packages.find]
58
where = ["src"]
59
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
71
[tool.pytest.ini_options]
72
addopts = "-s -p no:faulthandler"
0 commit comments