We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5ca6e commit 6928686Copy full SHA for 6928686
pyproject.toml
@@ -92,7 +92,7 @@ docs = [
92
"sphinxcontrib-websupport",
93
]
94
lint = [
95
- "ruff==0.11.4",
+ "ruff==0.11.5",
96
"mypy==1.15.0",
97
"sphinx-lint>=0.9",
98
"types-colorama==0.4.15.20240311",
@@ -135,7 +135,7 @@ docs = [
135
136
137
138
139
140
141
package = [
tests/roots/test-ext-autodoc/target/enums.py
@@ -1,4 +1,4 @@
1
-# ruff: NoQA: D403, PIE796
+# ruff: NoQA: PIE796
2
import enum
3
from typing import final
4
0 commit comments