mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-28 12:53:30 +02: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:
@@ -25,10 +25,6 @@ from os import path
|
||||
from . import utils
|
||||
|
||||
|
||||
# Disable line length warnings as wrapping the Docbook templates would be hard
|
||||
# flake8: noqa: E501
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user