setup.cfg (
5
lines of code) (
raw
):
[flake8] max-line-length = 120 ignore = W504, G001, G003, G004 enable-extensions = G,C,B select = E,F,W,C