@@ -84,13 +84,6 @@ disable_error_code = ["call-arg", "no-untyped-def", "no-untyped-call", "attr-def
8484enable_error_code = [" ignore-without-code" , " truthy-bool" , " redundant-expr" ]
8585warn_unreachable = true
8686strict = true
87- # exclude = [
88- # No common agreement yet
89- # NOTE: these exclusions must also appear in pre-commit-config.yaml.
90- # https://stackoverflow.com/questions/77350979/running-pre-commits-excluding-a-directory-for-multiples-hooks/77352664#77352664
91- # ]
92- # NOTE: Non-permanent disabling should be done via the ".mypy.ini" file.
93- # disable_error_code = No common agreement yet
9487
9588[tool .numpydoc_validation ]
9689checks = [
@@ -189,7 +182,6 @@ ignore = [
189182 " D106" , # Missing docstring in public nested class
190183 " D205" , # 1 blank line required between summary line and description
191184
192- # https://docs.astral.sh/ruff/rules/#eradicate-era
193185 # https://docs.astral.sh/ruff/rules/#eradicate-era
194186 " ERA001" , # Found commented-out code
195187
@@ -275,12 +267,7 @@ ignore = [
275267 " PY007" , # Supports an easy task runner (nox or tox)
276268 " PP003" , # Does not list wheel as a build-dep
277269 " PC111" , # Uses blacken-docs
278- " PC140" , # Uses a type checker
279- " PC160" , # Uses a spell checker
280270 " PC170" , # Uses PyGrep hooks (only needed if rST present)
281271 " PC180" , # Uses a markdown formatter
282- " PC190" , # Uses Ruff
283- " MY100" , # Uses MyPy (pyproject config)
284- " RF001" , # Has Ruff config
285272 " RTD100" # Uses ReadTheDocs (pyproject config)
286273]
0 commit comments