mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Remove PT004 from Ruff (#4102)
This commit is contained in:
parent
9d51c0d44d
commit
f18a2b46e5
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue