manim/.github/codeql.yml
lgtm-com[bot] d3b96dd68c
Add CodeQL workflow for GitHub code scanning (#3024)
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
2022-12-23 14:11:21 +01:00

16 lines
365 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
paths:
- manim
paths-ignore:
- tests/
- example_scenes/