blob: 5b0913f6989898343866ec274f4975427d7bd76c [file]
[flake8]
# Maximum line length
max-line-length = 100
ignore =
# Ignore unexpected spaces around keyword / parameter equals
E251,
# Do not complain about line breaks after operators
W504