Skip to content

Commit

Permalink
Enforce ruff/flake8-pie rules (PIE)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 7, 2024
1 parent 086988c commit 4e63275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ ignore = [
"E731",
"UP007",
"PERF20",
"PIE790", # unnecessary pass statement
"RUF001",
"RUF002",
"RUF003",
Expand All @@ -260,6 +261,7 @@ extend-select = [
"TID", # flake8-tidy-imports (absolute imports)
"I", # isort
"PERF", # Perflint
"PIE", # flake8-pie
"PGH", # pygrep-hooks
"RUF",
"UP", # Pyupgrade
Expand Down

0 comments on commit 4e63275

Please sign in to comment.