Skip to content

Commit ebe2254

Browse files
bug fix
1 parent 615ea42 commit ebe2254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools", "setuptools-rust"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.flake8]
6-
exclude = ".tox,docs/source/conf.py,*venv"
6+
exclude = [".tox", "docs/source/conf.py", "*venv"]
77
# Disable this once black is applied throughout & line length is better handled.
8-
extend-ignore = "E501, E203"
8+
ignore = ["E501", "E203"]
99
# This does nothing for now as E501 is ignored.
1010
max-line-length = 120

0 commit comments

Comments
 (0)