mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
fe3f699371
The flake8 validation tool prefers an actual configuration file to inline comments to disable the lint.
5 lines
102 B
INI
5 lines
102 B
INI
[flake8]
|
|
# We are generating long lines through templates
|
|
max-line-length = 120
|
|
exclude = __pycache__
|