Skip to content

Commit 5a908da

Browse files
committed
also exclude py/unsafe-cyclic-import
1 parent fa38ce7 commit 5a908da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ query-filters:
1313
id: py/method-first-arg-is-not-self
1414
- exclude:
1515
id: py/cyclic-import
16+
- exclude:
17+
id: py/unsafe-cyclic-import
1618
paths:
1719
- manim
1820
paths-ignore:

0 commit comments

Comments
 (0)