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 39733a9 commit 58a4f51Copy full SHA for 58a4f51
.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.15.0
22
23
- id: mypy
24
exclude: ^tests/.*
0 commit comments