Skip to content

Commit de8f2ca

Browse files
Update pre-commit hooks (#893)
chore: update pre-commit hooks Co-authored-by: drdavella <[email protected]>
1 parent 9684200 commit de8f2ca

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.12.1
30+
rev: v1.13.0
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.7.0
48+
rev: v0.7.1
4949
hooks:
5050
- id: ruff
5151
exclude: tests/samples/

0 commit comments

Comments
 (0)