Skip to content

Commit 51baad7

Browse files
committed
improve(quality): noqa annotations always occur with specific codes
1 parent fb88921 commit 51baad7

10 files changed

Lines changed: 10 additions & 10 deletions

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Base class for unit tests."""
44

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_build_no_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_integrations_material.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_integrations_material_blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_integrations_material_social_cards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_no_material.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Test build without Material theme installed.
44

tests/test_rss_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

tests/test_timezoner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3 # noqa E265
1+
#! python3 # noqa: E265
22

33
"""Usage from the repo root folder:
44

0 commit comments

Comments
 (0)