aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4cdf178823a9bb675e15e8155a86b8a6af0c8a6e (plain)
1
2
3
4
5
6
7
8
9
[flake8]
ignore =
    # E261: at least two spaces before inline comment
    E261,
    # E501: line too long
    E501,
    # E302: expected 2 blank lines, found 1
    E302
max-line-length = 120