diff --git a/kcidb_io/schema/v04_00.py b/kcidb_io/schema/v04_00.py index 0023776..5dd5ddd 100644 --- a/kcidb_io/schema/v04_00.py +++ b/kcidb_io/schema/v04_00.py @@ -164,7 +164,7 @@ class Version(PreviousVersion): "examples": [ "https://git.kernel.org/pub/scm/linux/kernel/git/" "torvalds/linux.git", - ], + ], # noqa: E122, silly flake8 }, "git_commit_hash": { "type": "string", diff --git a/kcidb_io/schema/v04_01.py b/kcidb_io/schema/v04_01.py index 650438b..f1cd410 100644 --- a/kcidb_io/schema/v04_01.py +++ b/kcidb_io/schema/v04_01.py @@ -193,7 +193,7 @@ class Version(PreviousVersion): "examples": [ "https://git.kernel.org/pub/scm/linux/kernel/git/" "torvalds/linux.git", - ], + ], # noqa: E122, silly flake8 }, "git_commit_hash": { "type": "string", diff --git a/kcidb_io/schema/v04_02.py b/kcidb_io/schema/v04_02.py index 11f80d7..a3747b2 100644 --- a/kcidb_io/schema/v04_02.py +++ b/kcidb_io/schema/v04_02.py @@ -203,7 +203,7 @@ class Version(PreviousVersion): "examples": [ "https://git.kernel.org/pub/scm/linux/kernel/git/" "torvalds/linux.git", - ], + ], # noqa: E122, silly flake8 }, "git_commit_hash": { "type": "string", diff --git a/kcidb_io/schema/v04_03.py b/kcidb_io/schema/v04_03.py index 2e4841a..a727df0 100644 --- a/kcidb_io/schema/v04_03.py +++ b/kcidb_io/schema/v04_03.py @@ -218,7 +218,7 @@ class Version(PreviousVersion): "examples": [ "https://git.kernel.org/pub/scm/linux/kernel/git/" "torvalds/linux.git", - ], + ], # noqa: E122, silly flake8 }, "git_commit_hash": { "type": "string",