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 086988c commit 4e63275Copy full SHA for 4e63275
pyproject.toml
@@ -246,6 +246,7 @@ ignore = [
246
"E731",
247
"UP007",
248
"PERF20",
249
+ "PIE790", # unnecessary pass statement
250
"RUF001",
251
"RUF002",
252
"RUF003",
@@ -260,6 +261,7 @@ extend-select = [
260
261
"TID", # flake8-tidy-imports (absolute imports)
262
"I", # isort
263
"PERF", # Perflint
264
+ "PIE", # flake8-pie
265
"PGH", # pygrep-hooks
266
"RUF",
267
"UP", # Pyupgrade
0 commit comments