Skip to content

Commit 74ce71a

Browse files
Update pre-commit-config-yaml versions
1 parent 6eb1f57 commit 74ce71a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-docstring-first
@@ -14,7 +14,7 @@ repos:
1414
args: ["--branch", "main"]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.5.6
17+
rev: v0.8.1
1818
hooks:
1919
- id: ruff
2020
types_or: [
@@ -30,7 +30,7 @@ repos:
3030
jupyter,
3131
]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.11.1
33+
rev: v1.13.0
3434
hooks:
3535
- id: mypy
3636
args: [
@@ -42,5 +42,5 @@ repos:
4242
additional_dependencies: [
4343
types-requests<2.33,
4444
types-toml<0.11,
45-
types-tqdm<4.67,
45+
types-tqdm<4.68,
4646
]

0 commit comments

Comments
 (0)