Skip to content

Commit

Permalink
Merge pull request #231 from egraphs-good/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
saulshanabrook authored Nov 12, 2024
2 parents 863f99b + 732ea74 commit f1fb5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^python/tests/__snapshots__/
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions python/egglog/bindings.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class FunctionDecl:
schema: Schema,
default: _Expr | None = None,
merge: _Expr | None = None,
merge_action: list[_Action] = [], # noqa: B006
merge_action: list[_Action] = [],
cost: int | None = None,
unextractable: bool = False,
ignore_viz: bool = False,
Expand Down Expand Up @@ -298,7 +298,7 @@ class Rewrite:
rhs: _Expr
conditions: list[_Fact]

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

@final
class RunConfig:
Expand Down

0 comments on commit f1fb5b4

Please sign in to comment.