gen3c / .flake8
elungky's picture
Initial commit for new Space - pre-built Docker image
28451f7
raw
history blame contribute delete
336 Bytes
[flake8]
enable-extensions = G
select = B,C,E,F,G,P,SIM1,T4,W,B9
max-line-length = 120
# C408 ignored because we like the dict keyword argument syntax
# E501 is not flexible enough, we're using B950 instead
ignore =
E203,E305,E402,E501,E721,E741,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,E226,E265
exclude =
third_party