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 c7ed097 commit 1f4beb4Copy full SHA for 1f4beb4
1 file changed
pyproject.toml
@@ -121,6 +121,7 @@ lint.select = [
121
"ISC", # flake8-implicit-str-concat
122
"LOG", # flake8-logging
123
"PGH", # pygrep-hooks
124
+ "PIE", # flake8-pie
125
"PT", # flake8-pytest-style
126
"PYI", # flake8-pyi
127
"RUF100", # unused noqa (yesqa)
@@ -133,6 +134,7 @@ lint.ignore = [
133
134
"E221", # Multiple spaces before operator
135
"E226", # Missing whitespace around arithmetic operator
136
"E241", # Multiple spaces after ','
137
+ "PIE790", # flake8-pie: unnecessary-placeholder
138
"PT001", # pytest-fixture-incorrect-parentheses-style
139
"PT007", # pytest-parametrize-values-wrong-type
140
"PT011", # pytest-raises-too-broad
0 commit comments