Skip to content

Commit ae3b979

Browse files
authored
Create codeql-config.yml (#3)
Signed-off-by: Justin Chu <[email protected]>
1 parent ebdabe9 commit ae3b979

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
query-filters:
2+
- exclude:
3+
id: py/import-and-import-from
4+
- exclude:
5+
# Module level cyclic import, although should be avoided, is not a problem
6+
# from the perspective of functionality. Follow advice on
7+
# https://codeql.github.com/codeql-query-help/python/py-cyclic-import/ to break the cycle if needed.
8+
id: py/cyclic-import

0 commit comments

Comments
 (0)