Skip to content

Commit 64d47ec

Browse files
STY: Enforce ruff/flake8-pytest-style rules (PT)
1 parent ce11dcd commit 64d47ec

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
@@ -120,6 +120,7 @@ select = [
120120
"F",
121121
"I",
122122
"PLE",
123+
"PT",
123124
"Q",
124125
"RSE",
125126
"UP",
@@ -135,6 +136,12 @@ ignore = [
135136
"B023", # TODO: enable
136137
"B028",
137138
"B904",
139+
"PT004",
140+
"PT007",
141+
"PT011",
142+
"PT012",
143+
"PT017",
144+
"PT018",
138145
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
139146
"W191",
140147
"E111",

0 commit comments

Comments
 (0)