mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Add suport for `pycodestyle W` rule in Ruff and remove invalid noqa comments for deprecated rules * Exclude `py/method-first-arg-is-not-self` false positive for metaclass `__init__` --------- Co-authored-by: Aarush Deshpande <110117391+JasonGrace2282@users.noreply.github.com>
18 lines
424 B
YAML
18 lines
424 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
|
|
paths:
|
|
- manim
|
|
paths-ignore:
|
|
- tests/
|
|
- example_scenes/
|