Skip to content

Commit 88dc6c8

Browse files
authored
Merge pull request #97 from zmoon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3c200e4 + 5b8addb commit 88dc6c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: 'v3.20.0'
14+
rev: 'v3.21.2'
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
@@ -24,7 +24,7 @@ repos:
2424
exclude: ^pyabc2/sources/_lzstring.py
2525

2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: '25.12.0'
27+
rev: '26.1.0'
2828
hooks:
2929
- id: black
3030
exclude: ^pyabc2/sources/_lzstring.py
@@ -35,7 +35,7 @@ repos:
3535
- id: flake8
3636

3737
- repo: https://github.com/kynan/nbstripout
38-
rev: '0.8.2'
38+
rev: '0.9.0'
3939
hooks:
4040
- id: nbstripout
4141
args: ['--extra-keys=metadata.language_info.version']

0 commit comments

Comments
 (0)