11 new alerts including 9 errors
New alerts in code changed by this pull request
- 9 errors
- 2 notes
See annotations below for details.
Annotations
Check failure on line 18 in tested/parsing.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of get_args occurs after the cyclic of tested.parsing.
Check notice on line 24 in tested/serialisation.py
Code scanning / CodeQL
Unused import Note test
Check failure on line 56 in tested/serialisation.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of flatten occurs after the cyclic of tested.serialisation.
Check failure on line 56 in tested/serialisation.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of sorted_no_duplicates occurs after the cyclic of tested.serialisation.
Check notice on line 162 in tested/serialisation.py
Code scanning / CodeQL
Commented-out code Note test
Check failure on line 34 in tested/testsuite.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of Expression occurs after the cyclic of tested.testsuite.
Check failure on line 35 in tested/testsuite.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of FunctionCall occurs after the cyclic of tested.testsuite.
Check failure on line 38 in tested/testsuite.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of SequenceType occurs after the cyclic of tested.testsuite.
Check failure on line 43 in tested/testsuite.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of flatten occurs after the cyclic of tested.testsuite.
Check failure on line 43 in tested/testsuite.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of is_statement_strict occurs after the cyclic of tested.testsuite.
Check failure on line 14 in tested/utils.py
Code scanning / CodeQL
Module-level cyclic import Error test
is imported before module , as the of AbstractAssignment occurs after the cyclic of tested.utils.