We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb1f57 commit 74ce71aCopy full SHA for 74ce71a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.10
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-docstring-first
@@ -14,7 +14,7 @@ repos:
14
args: ["--branch", "main"]
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.5.6
+ rev: v0.8.1
18
19
- id: ruff
20
types_or: [
@@ -30,7 +30,7 @@ repos:
30
jupyter,
31
]
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.11.1
+ rev: v1.13.0
34
35
- id: mypy
36
args: [
@@ -42,5 +42,5 @@ repos:
42
additional_dependencies: [
43
types-requests<2.33,
44
types-toml<0.11,
45
- types-tqdm<4.67,
+ types-tqdm<4.68,
46
0 commit comments