Skip to content

Commit bf58da5

Browse files
⬆️ Update pre[-commit repos.
1 parent f5c7f53 commit bf58da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: '3.9'
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: debug-statements
1414
- id: check-yaml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.0
16+
rev: v0.7.0
1717
hooks:
1818
- id: ruff
1919
name: ruff-check
@@ -30,7 +30,7 @@ repos:
3030
args:
3131
- --no-update
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.11.1
33+
rev: v1.12.1
3434
hooks:
3535
- id: mypy
3636
pass_filenames: false

0 commit comments

Comments
 (0)