Skip to content

Commit f18a2b4

Browse files
Remove PT004 from Ruff (#4102)
1 parent 9d51c0d commit f18a2b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ ignore = [
169169
# due to the import * used in manim
170170
"F403",
171171
"F405",
172-
# fixtures not returning anything should have leading underscore
173-
"PT004",
174172
# Exception too broad (this would require lots of changes + re.escape) for little benefit
175173
"PT011",
176174
# as recommended by https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)