1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-23 16:10:03 +01:00
Emmanuele Bassi fe3f699371 Add .flake8 file
The flake8 validation tool prefers an actual configuration
file to inline comments to disable the lint.
2022-02-15 11:47:30 +00:00

5 lines
102 B
INI

[flake8]
# We are generating long lines through templates
max-line-length = 120
exclude = __pycache__