We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1c984 commit 5c4fa51Copy full SHA for 5c4fa51
pyproject.toml
@@ -12,7 +12,7 @@ extend-select = ["D", "E"]
12
# Ignore specific warnings and errors according to CEP-7 style
13
extend-ignore = ["E117", "D203", "D208", "D212"]
14
# REQUIRED CEP-7 Custom Exceptions:
15
-# E117, # Over-indented - RECCOMENDED
+# E117, # Over-indented - RECOMMENDED
16
# D208, # Docstring is over-indented - CEP-7
17
# D203, # 1 blank line required before class docstring - CEP-7
18
# D212, # Multi-line docstring summary should start at the first line - CEP-7
0 commit comments