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 1708767 commit a01f1b7Copy full SHA for a01f1b7
pyproject.toml
@@ -180,6 +180,7 @@ extend-select = [
180
"I", # isort
181
"ISC", # flake8-implicit-str-concat
182
"PGH", # pygrep-hooks
183
+ "PYI", # flake8-pyi
184
"RSE", # flake8-raise
185
"RUF",
186
"TRY", # tryceratops
@@ -189,6 +190,7 @@ extend-select = [
189
190
191
]
192
ignore = [
193
+ "PYI013",
194
"RUF005",
195
"TRY003",
196
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
0 commit comments