Skip to content

Commit a78af05

Browse files
committed
fix(core): enforce all PIE rules
1 parent 02e3058 commit a78af05

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ lint.select = [
9191
"FURB", # refurb
9292
"I", # isort
9393
"PERF", # performance
94-
"PIE790", # unnecessary 'pass' statements
95-
"PIE794", # duplicate class field definitions
96-
"PIE796", # non-unique enum values
97-
"PIE800", # unnecessary ... spread in dict literals
98-
"PIE804", # unnecessary dict kwargs
99-
"PIE807", # lambda can be replaced with function
100-
"PIE810", # multiple starts-with/ends-with calls can be merged
94+
"PIE", # flake8-pie
10195
"PT018", # pytest style
10296
"PTH", # pathlib
10397
"Q", # flake8-quotes

0 commit comments

Comments
 (0)