Asib27's picture
try 1
065fee7 verified
raw
history blame
155 Bytes
[flake8]
max-line-length = 88
max-complexity = 10
# These checks violate PEP8 so let's ignore them
extend-ignore = E203
extend-exclude = */site-packages/*