Skip to content

Commit c791734

Browse files
Enrico Usaienrico-usai
authored andcommitted
Ignore exception name flake8 suggestion to avoid code changes
Signed-off-by: Enrico Usai <[email protected]>
1 parent 3a6302b commit c791734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ignore =
77
D103, # Missing docstring in public function
88
D104, # Missing docstring in public package
99
D107, # Missing docstring in __init__
10+
N818, # exception name should be named with an Error suffix
1011
W503, # line break before binary operator => Conflicts with black style.
1112
exclude =
1213
.tox,

0 commit comments

Comments
 (0)