Make flake8 config black-compatible

This commit is contained in:
ZipFile 2025-01-18 17:39:07 +00:00
parent 50643e0dfb
commit 29ae3e1337

View File

@ -2,6 +2,7 @@
max_line_length = 120
max_complexity = 10
exclude = types.py
extend-ignore = E203,E701
per-file-ignores =
examples/demo/*: F841
examples/containers/traverse.py: E501