refactoring. moving in pmatchers #56
Annotations
10 errors and 1 warning
Lint with Ruff:
kdrag/all.py#L1
kdrag/all.py:1:17: F401 `kdrag` imported but unused
|
Lint with Ruff:
kdrag/all.py#L2
kdrag/all.py:2:21: F401 `kdrag.smt` imported but unused
|
Lint with Ruff:
kdrag/all.py#L3
kdrag/all.py:3:31: F401 `kdrag.theories.real` imported but unused
|
Lint with Ruff:
kdrag/all.py#L4
kdrag/all.py:4:25: F401 `kdrag.solvers` imported but unused
|
Lint with Ruff:
kdrag/smt.py#L15
kdrag/smt.py:15:5: F403 `from z3 import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L17
kdrag/smt.py:17:16: F405 `Solver` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L19
kdrag/smt.py:19:5: F403 `from z3 import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L22
kdrag/smt.py:22:16: F405 `Solver` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L28
kdrag/smt.py:28:5: F403 `from cvc5.pythonic import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L31
kdrag/smt.py:31:16: F405 `FuncDeclRef` may be undefined, or defined from star imports
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading