Skip to content

Commit b1fdb35

Browse files
⬆️ [pre-commit.ci] Update versions of pre-commit hooks (#117)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9c13454 commit b1fdb35

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
@@ -26,14 +26,14 @@ repos:
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.12.1'
29+
rev: 'v1.13.0'
3030
hooks:
3131
- id: mypy
3232
exclude: '^(?:(?!src).)*$'
3333
additional_dependencies:
3434
- types-requests
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.7.0'
36+
rev: 'v0.7.1'
3737
hooks:
3838
- id: ruff
3939
args:

0 commit comments

Comments
 (0)