Skip to content

Commit b93edd9

Browse files
committed
pre-commit autoupdate
1 parent b1756fd commit b93edd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: pycln
2323
args: [--config=pyproject.toml]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.3
25+
rev: v0.14.4
2626
hooks:
2727
- id: ruff-check
2828
args:
@@ -31,7 +31,7 @@ repos:
3131
# - --unsafe-fixes
3232
- id: ruff-format
3333
# - repo: https://github.com/pre-commit/mirrors-mypy # TODO: fix mypy errors
34-
# rev: v1.11.0
34+
# rev: v1.18.2
3535
# hooks:
3636
# - id: mypy
3737
# additional_dependencies: [

0 commit comments

Comments
 (0)