Skip to content

Commit 87ef16c

Browse files
Enforce ruff/flake8-pie rules (PIE)
1 parent 9c05925 commit 87ef16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ extend-select = [
279279
"ISC", # flake8-implicit-str-concat
280280
"LOG", # flake8-logging
281281
"PERF", # Perflint
282+
"PIE", # flake8-pie
282283
"PGH", # pygrep-hooks
283284
"PT", # flake8-pytest-style
284285
"PYI", # flake8-pyi

0 commit comments

Comments
 (0)