setup.cfg: Allow def oneliners.

The autoformatter puts ... on the same line, so allow it for flake8 too.
This commit is contained in:
Laurens Valk
2024-02-11 13:35:02 +01:00
parent dd192de18b
commit fae24a6ef0
+1 -1
View File
@@ -2,7 +2,7 @@
[flake8]
exclude = .venv/,*.pyi,jedi/,examples/pup/tools/hub_menu.py
max-line-length = 88
ignore = E203,E501,W503
ignore = E203,E501,W503,E701,E704
[doc8]
ignore-path = jedi/,.venv/,doc/main/build/,doc/api/build/,pybricks.egg-info/,npm/