diff --git a/pyproject.toml b/pyproject.toml index a340c60..271893f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,16 +77,6 @@ select = ["ALL"] fix = true unsafe-fixes = true extend-ignore = [ - # Numpy docstyle - "D107", - "D203", - "D212", - "D213", - "D402", - "D413", - "D415", - "D416", - "D417", # Others. "I", # ignore isort "ANN101", # type annotating self