We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ea42 commit ebe2254Copy full SHA for ebe2254
py/pyproject.toml
@@ -3,8 +3,8 @@ requires = ["setuptools", "setuptools-rust"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.flake8]
6
-exclude = ".tox,docs/source/conf.py,*venv"
+exclude = [".tox", "docs/source/conf.py", "*venv"]
7
# Disable this once black is applied throughout & line length is better handled.
8
-extend-ignore = "E501, E203"
+ignore = ["E501", "E203"]
9
# This does nothing for now as E501 is ignored.
10
max-line-length = 120
0 commit comments