summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 5e3912a27f5ce00e02b6692ae32a1248f90d83be (plain)
1
2
3
4
5
[pycodestyle]
statistics=True
exclude=loader/legacy/*
ignore=E402,E501,E741
;max-line-length=120