Skip to content

Commit 5c4fa51

Browse files
[STYLE] Fixed a typo to resolve #272
Changes in file pyproject.toml: - fixed a typo
1 parent 5c1c984 commit 5c4fa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extend-select = ["D", "E"]
1212
# Ignore specific warnings and errors according to CEP-7 style
1313
extend-ignore = ["E117", "D203", "D208", "D212"]
1414
# REQUIRED CEP-7 Custom Exceptions:
15-
# E117, # Over-indented - RECCOMENDED
15+
# E117, # Over-indented - RECOMMENDED
1616
# D208, # Docstring is over-indented - CEP-7
1717
# D203, # 1 blank line required before class docstring - CEP-7
1818
# D212, # Multi-line docstring summary should start at the first line - CEP-7

0 commit comments

Comments
 (0)