We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c200e4 + 5b8addb commit 88dc6c8Copy full SHA for 88dc6c8
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-yaml
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: 'v3.20.0'
+ rev: 'v3.21.2'
15
hooks:
16
- id: pyupgrade
17
args: [--py310-plus]
@@ -24,7 +24,7 @@ repos:
24
exclude: ^pyabc2/sources/_lzstring.py
25
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: '25.12.0'
+ rev: '26.1.0'
28
29
- id: black
30
@@ -35,7 +35,7 @@ repos:
35
- id: flake8
36
37
- repo: https://github.com/kynan/nbstripout
38
- rev: '0.8.2'
+ rev: '0.9.0'
39
40
- id: nbstripout
41
args: ['--extra-keys=metadata.language_info.version']
0 commit comments