yaml2ical/.flake8
Jeremy Stanley 5e3bc54373 Update Python versions and boilerplate
Drop support for Python 3.8, add 3.12, switch from tox to nox,
openstack's release jobs to opendev's, and use updated pyproject
packaging standards.

Depends-On: https://review.opendev.org/946280
Change-Id: I462014b08ec3ecb74674365a2fd1f532f61dfa0c
2025-04-03 23:48:19 +00:00

7 lines
257 B
INI

[flake8]
exclude=.venv,.git,.nox,.tox,dist,doc,*lib/python*,*egg,build
# E123, E125 and W503 are invalid per PEP-8; OpenStack's H rules don't apply
# TODO: drop W504 once the scripts are adjusted to suit it
ignore = E123,E125,H,W503,W504
show-source = True