Skip to content

Commit e4e3707

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/keewis/blackdoc: v0.4.3 → v0.4.6](keewis/blackdoc@v0.4.3...v0.4.6)
1 parent efa7731 commit e4e3707

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.2
77
hooks:
88
- id: pyupgrade
99
args: ['--py39-plus']
@@ -26,16 +26,16 @@ repos:
2626
- id: yamllint
2727
args: [ '--config-file=.yamllint.yaml' ]
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.9.0
29+
rev: 25.12.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.1.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636
args: [ '--profile=black' ]
3737
- repo: https://github.com/keewis/blackdoc
38-
rev: v0.4.3
38+
rev: v0.4.6
3939
hooks:
4040
- id: blackdoc
4141
additional_dependencies: [ 'black==25.9.0' ]

0 commit comments

Comments
 (0)