podman-compose/setup.cfg

6 lines
134 B
INI

[flake8]
# The GitHub editor is 127 chars wide
max-line-length=127
# These are not being followed yet
ignore=E222,E231,E272,E713,W503