mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
run black and ruff on all skill scripts
This commit is contained in:
parent
9d674404c8
commit
621638abb9
7 changed files with 103 additions and 60 deletions
1
.github/skills/simplify/scripts/simplify.py
vendored
1
.github/skills/simplify/scripts/simplify.py
vendored
|
|
@ -14,7 +14,6 @@ from pathlib import Path
|
|||
sys.path.insert(0, str(Path(__file__).resolve().parent.parent.parent / "shared"))
|
||||
from z3db import Z3DB, run_z3, setup_logging
|
||||
|
||||
|
||||
DEFAULT_TACTICS = "simplify,propagate-values,ctx-simplify"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue