Skip to content

Commit 1f4beb4

Browse files
committed
Lint with flake8-pie
1 parent c7ed097 commit 1f4beb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ lint.select = [
121121
"ISC", # flake8-implicit-str-concat
122122
"LOG", # flake8-logging
123123
"PGH", # pygrep-hooks
124+
"PIE", # flake8-pie
124125
"PT", # flake8-pytest-style
125126
"PYI", # flake8-pyi
126127
"RUF100", # unused noqa (yesqa)
@@ -133,6 +134,7 @@ lint.ignore = [
133134
"E221", # Multiple spaces before operator
134135
"E226", # Missing whitespace around arithmetic operator
135136
"E241", # Multiple spaces after ','
137+
"PIE790", # flake8-pie: unnecessary-placeholder
136138
"PT001", # pytest-fixture-incorrect-parentheses-style
137139
"PT007", # pytest-parametrize-values-wrong-type
138140
"PT011", # pytest-raises-too-broad

0 commit comments

Comments
 (0)