aioitertools/.flake8

16 lines
181 B
Plaintext
Raw Normal View History

2021-05-16 21:04:41 +00:00
[flake8]
ignore =
# mccabe complexity
C901
# covered by black/usort
E1
E2
E3
E4
E704
2021-05-16 21:04:41 +00:00
max-line-length = 88
per-file-ignores =
__init__.py: F401