Skip to content

Commit b7351cf

Browse files
Update pre-commit hooks (#947)
chore: update pre-commit hooks Co-authored-by: drdavella <2458487+drdavella@users.noreply.github.com>
1 parent fc20626 commit b7351cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
tests/samples/.*|
2828
)$
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.13.0
30+
rev: v1.14.1
3131
hooks:
3232
- id: mypy
3333
exclude: |
@@ -45,7 +45,7 @@ repos:
4545
"types-requests~=2.13",
4646
]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.8.1
48+
rev: v0.9.3
4949
hooks:
5050
- id: ruff
5151
exclude: tests/samples/

0 commit comments

Comments
 (0)