Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
226 Bytes
# can be moved to pyproject.toml some day
# https://github.com/PyCQA/flake8/issues/234
[flake8]
max-line-length = 120
min_python_version = 3.7.0
ignore = A003,B950,E203,E501,W503
select = C,E,F,W,B9,TYP,A,PT,N
exclude = tests