Skip to content

Commit fa38ce7

Browse files
committed
exclude check for cyclic imports by CodeQL
1 parent fc68c10 commit fa38ce7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ query-filters:
1010
- exclude:
1111
id: py/missing-call-to-init
1212
- exclude:
13-
id: py/method-first-arg-is-not-self
13+
id: py/method-first-arg-is-not-self
14+
- exclude:
15+
id: py/cyclic-import
1416
paths:
1517
- manim
1618
paths-ignore:

0 commit comments

Comments
 (0)