Skip to content

Commit e3d6501

Browse files
authored
Fix small typos (#1395)
1 parent 5a988ab commit e3d6501

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[flake8]
2-
# --- Description of what we ingore ---
2+
# --- Description of what we ignore ---
3+
#
34
# H405: multi line docstring summary not separated with an empty line
45
# W503: line break before binary operator
56
# E731 do not assign a lambda expression, use a def
67
# W291 trailing whitespace
7-
# F811: redefinitiyon
8+
# F811: redefinition
9+
810
ignore = H405, W503, F811, W291, E731
911
show-source = True
1012
statistics = True

0 commit comments

Comments
 (0)