mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
codegen: Remove flake8 lint rule
Using `flake8: noqa` disables ALL linting on a file. Adding an error code does not limit the linter to that error.
This commit is contained in:
parent
128ae2b5f5
commit
6ddf760507
@ -25,10 +25,6 @@ from os import path
|
|||||||
from . import utils
|
from . import utils
|
||||||
|
|
||||||
|
|
||||||
# Disable line length warnings as wrapping the Docbook templates would be hard
|
|
||||||
# flake8: noqa: E501
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user