-
Markus Holzer authored8d12e04e
Forked from
waLBerla / waLBerla
310 commits behind the upstream repository.
.flake8 291 B
[flake8]
max-line-length=120
exclude=apps/showcases/Mixer/GenerateModule.py, # contains only statements
apps/benchmarks/FieldCommunication/config.py # just a config file
utilities/bashhelper/createShortcuts.py # contains a lot of really long strings
ignore = W503 C901 E741