qninhdt's picture
cc
cf791ca
raw
history blame
135 Bytes
[flake8]
exclude = .git
max-complexity = 13
count = True
format = pylint
max-line-length = 120
tee = True
ignore = E303,E501,W505,C901