uvloop/.flake8

9 lines
351 B
INI

[flake8]
filename = *.py,*.pyi
ignore = E402,E731,D100,D101,D102,D103,D104,D105,W503,W504,E252
exclude = .git,__pycache__,build,dist,.eggs,postgres,vendor
per-file-ignores =
*.pyx,*.pxd,*.pxi: E211, E222, E225, E226, E227, E999
*.pyi: F401, F403, F405, F811, E127, E128, E203, E266, E301, E302, E305, E501, E701, E704, E741, B303, W503, W504