Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 7aaa34c

Browse files
committed
Fix typo
1 parent 8fd17c5 commit 7aaa34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ per-file-ignores =
4545
# The @plac line in __main__.py is more readable if you align the equals
4646
# signs, which runs counter to E251 ("unexpected spaces around
4747
# keyword/parameter equals"). It would be better to disable E251 just for
48-
# that block in the file, BUT flake8 only recognizes per-line annotations
49-
# there's no way to tell it to ignore a rule for a block of code. So:
48+
# that block in the file, BUT flake8 only recognizes per-line annotations,
49+
# so there's no way to tell it to ignore a rule only for a block of code.
5050
%PROJECT_NAME%/__main__.py: E251

0 commit comments

Comments
 (0)