We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546e3e3 commit 9dc6311Copy full SHA for 9dc6311
1 file changed
pyproject.toml
@@ -136,7 +136,7 @@ ignore = [
136
"ICN001", # https://docs.astral.sh/ruff/rules/unconventional-import-alias/
137
"TID252", # https://docs.astral.sh/ruff/rules/relative-imports/
138
139
- "RUF022", # https://docs.astral.sh/ruff/rules/unsorted-dunder-all/#unsorted-dunder-all-ruf022
+ "RUF022", # https://docs.astral.sh/ruff/rules/unsorted-dunder-all/
140
141
# .. note:: These are disabled until py39 support is dropped.
142
"UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation-union/
0 commit comments