Skip to content

Commit 0e36db0

Browse files
Merge pull request #349 from egraphs-good/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9ccb5b4 + f6f4c72 commit 0e36db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
exclude: ^python/tests/__snapshots__/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.11
4+
rev: v0.14.3
55
hooks:
66
- id: ruff-check
77
args: [--fix]
88
- id: ruff-format
99
- repo: https://github.com/astral-sh/uv-pre-commit
10-
rev: 0.8.14
10+
rev: 0.9.7
1111
hooks:
1212
- id: uv-lock

python/egglog/egraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ def run(ruleset: Ruleset | None = None, *until: FactLike, scheduler: BackOff | N
18831883
Thunk.fn(Declarations.create, ruleset, *facts),
18841884
RunDecl(
18851885
ruleset.__egg_ident__ if ruleset else Ident(""),
1886-
tuple(f.fact for f in facts) or None,
1886+
tuple(f.fact for f in facts),
18871887
scheduler.scheduler if scheduler else None,
18881888
),
18891889
)

0 commit comments

Comments
 (0)