We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d5f75 + fb7af03 commit 640f40cCopy full SHA for 640f40c
.pre-commit-config.yaml
@@ -10,8 +10,8 @@ repos:
10
- id: requirements-txt-fixer
11
12
13
- - repo: https://github.com/psf/black
14
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
15
hooks:
16
- id: black
17
args: [--line-length=100]
@@ -22,17 +22,17 @@ repos:
22
- id: nbstripout
23
24
- repo: https://github.com/asottile/add-trailing-comma
25
- rev: v3.2.0
+ rev: v4.0.0
26
27
- id: add-trailing-comma
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: 'v0.13.0'
+ rev: 'v0.14.0'
31
32
- id: ruff
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.18.1
+ rev: v1.18.2
36
37
- id: mypy
38
0 commit comments