Skip to content

Commit a7e1afd

Browse files
DimitriPapadopouloseffigies
authored andcommitted
STY: Enforce ruff/flake8-pytest-style rules (PT)
1 parent bb549fb commit a7e1afd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ select = [
125125
"I",
126126
"PIE",
127127
"PLE",
128+
"PT",
128129
"PYI",
129130
"Q",
130131
"RSE",
@@ -146,6 +147,12 @@ ignore = [
146147
"C408",
147148
"C416",
148149
"PIE790",
150+
"PT004",
151+
"PT007",
152+
"PT011",
153+
"PT012",
154+
"PT017",
155+
"PT018",
149156
"PYI024",
150157
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
151158
"W191",

0 commit comments

Comments
 (0)