We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e3058 commit a78af05Copy full SHA for a78af05
1 file changed
pyproject.toml
@@ -91,13 +91,7 @@ lint.select = [
91
"FURB", # refurb
92
"I", # isort
93
"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
+ "PIE", # flake8-pie
101
"PT018", # pytest style
102
"PTH", # pathlib
103
"Q", # flake8-quotes
0 commit comments