We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39733a9 commit e4f5ae8Copy full SHA for e4f5ae8
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ ci:
2
autoupdate_schedule: 'monthly'
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: no-commit-to-branch
9
args: [-b, main]
10
11
- repo: https://github.com/psf/black
12
- rev: 23.10.1
+ rev: 25.1.0
13
14
- id: black
15
name: black
@@ -18,7 +18,7 @@ repos:
18
types: [python]
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.6.1
+ rev: v1.14.1
22
23
- id: mypy
24
exclude: ^tests/.*
0 commit comments