Skip to content

Commit 8529052

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 701f4a0 commit 8529052

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

doc/user_guide/checkers/extensions.rst

-2
Original file line numberDiff line numberDiff line change
@@ -712,5 +712,3 @@ While Used checker Messages
712712
^^^^^^^^^^^^^^^^^^^^^^^^^^^
713713
:while-used (W0149): *Used `while` loop*
714714
Unbounded `while` loops can often be rewritten as bounded `for` loops.
715-
716-

doc/user_guide/checkers/features.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1860,5 +1860,3 @@ Variables checker Messages
18601860
:global-at-module-level (W0604): *Using the global statement at the module level*
18611861
Used when you use the "global" statement at the module level since it has no
18621862
effect
1863-
1864-

0 commit comments

Comments
 (0)