mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
22 lines
525 B
YAML
22 lines
525 B
YAML
query-filters:
|
|
- exclude:
|
|
id: py/init-calls-subclass
|
|
- exclude:
|
|
id: py/unexpected-raise-in-special-method
|
|
- exclude:
|
|
id: py/modification-of-locals
|
|
- exclude:
|
|
id: py/multiple-calls-to-init
|
|
- exclude:
|
|
id: py/missing-call-to-init
|
|
- exclude:
|
|
id: py/method-first-arg-is-not-self
|
|
- exclude:
|
|
id: py/cyclic-import
|
|
- exclude:
|
|
id: py/unsafe-cyclic-import
|
|
paths:
|
|
- manim
|
|
paths-ignore:
|
|
- tests/
|
|
- example_scenes/
|