Remove PT004 from Ruff (#4102)

This commit is contained in:
Aarush Deshpande 2025-01-19 10:34:16 -05:00 committed by GitHub
commit f18a2b46e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,8 +169,6 @@ ignore = [
# due to the import * used in manim
"F403",
"F405",
# fixtures not returning anything should have leading underscore
"PT004",
# Exception too broad (this would require lots of changes + re.escape) for little benefit
"PT011",
# as recommended by https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules