Skip to content

Commit 4af11a1

Browse files
STY: Enforce ruff/flake8-pytest-style rules (PT)
1 parent af24a05 commit 4af11a1

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
@@ -124,6 +124,7 @@ select = [
124124
"I",
125125
"PIE",
126126
"PLE",
127+
"PT",
127128
"PYI",
128129
"Q",
129130
"RSE",
@@ -145,6 +146,12 @@ ignore = [
145146
"C408",
146147
"C416",
147148
"PIE790",
149+
"PT004",
150+
"PT007",
151+
"PT011",
152+
"PT012",
153+
"PT017",
154+
"PT018",
148155
"PYI024",
149156
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
150157
"W191",

0 commit comments

Comments
 (0)