We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdabe9 commit ae3b979Copy full SHA for ae3b979
.github/codeql/codeql-config.yml
@@ -0,0 +1,8 @@
1
+query-filters:
2
+- exclude:
3
+ id: py/import-and-import-from
4
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