Skip to content

Commit a923fbe

Browse files
authored
Simplify ruff config. (#68)
1 parent 906e456 commit a923fbe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ select = ["ALL"]
7777
fix = true
7878
unsafe-fixes = true
7979
extend-ignore = [
80-
# Numpy docstyle
81-
"D107",
82-
"D203",
83-
"D212",
84-
"D213",
85-
"D402",
86-
"D413",
87-
"D415",
88-
"D416",
89-
"D417",
9080
# Others.
9181
"I", # ignore isort
9282
"ANN101", # type annotating self

0 commit comments

Comments
 (0)