summaryrefslogtreecommitdiff
path: root/share/spack/qa/flake8-framework
blob: b1ad00b80f712023f4f10b69151293bd045c1913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- conf -*-
[flake8]
# Descriptions of ignored checks:
#
# E221: multiple spaces before operator
# E241: multiple spaces after ,
# F403: disable wildcard import
#
ignore = E221,E241,F403
max-line-length = 79