Skip to content

Commit 236b581

Browse files
committed
Fix typo
1 parent 0e871d3 commit 236b581

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ select = [
6868
"D", # pydocstyle
6969
"DTZ", # flake8-datetimez
7070
"E", # pycodestyle
71+
"ERA", # eradicate
7172
"EXE", # flake8-executable
7273
"F", # Pyflakes
7374
"G", # flake8-logging-format
@@ -96,10 +97,7 @@ select = [
9697
# "ANN", # flake8-annotations
9798
# "BLE", # flake8-blind-except
9899
# "EM", # flake8-errmsg
99-
# "ERA", # eradicate
100100
# "FBT", # flake8-boolean-trap
101-
# "NPY", # NumPy-specific rules
102-
# "PD", # pandas-vet
103101
# "Q", # flake8-quotes
104102
# "SIM", # flake8-simplify
105103
# "SLF", # flake8-self
@@ -108,7 +106,7 @@ select = [
108106
]
109107
# Note: use `ruff rule ...` to see explanations of rules
110108
ignore = [
111-
"D203", # no blank linke before class docstring
109+
"D203", # no blank line before class docstring
112110
"D213", # multi-line docstrings should not start at second line
113111
"S110", # allow silently catching errors
114112
]

0 commit comments

Comments
 (0)