Skip to content

Commit f1fb5b4

Browse files
Merge pull request #231 from egraphs-good/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 863f99b + 732ea74 commit f1fb5b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^python/tests/__snapshots__/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.7.1
4+
rev: v0.7.3
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]

python/egglog/bindings.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class FunctionDecl:
264264
schema: Schema,
265265
default: _Expr | None = None,
266266
merge: _Expr | None = None,
267-
merge_action: list[_Action] = [], # noqa: B006
267+
merge_action: list[_Action] = [],
268268
cost: int | None = None,
269269
unextractable: bool = False,
270270
ignore_viz: bool = False,
@@ -298,7 +298,7 @@ class Rewrite:
298298
rhs: _Expr
299299
conditions: list[_Fact]
300300

301-
def __init__(self, span: Span, lhs: _Expr, rhs: _Expr, conditions: list[_Fact] = []) -> None: ... # noqa: B006
301+
def __init__(self, span: Span, lhs: _Expr, rhs: _Expr, conditions: list[_Fact] = []) -> None: ...
302302

303303
@final
304304
class RunConfig:

0 commit comments

Comments
 (0)