Skip to content

Commit ce2cb68

Browse files
authored
Merge pull request #31 from hydrologie/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents efa7731 + b4b70fb commit ce2cb68

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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,19 +26,19 @@ 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
41-
additional_dependencies: [ 'black==25.9.0' ]
41+
additional_dependencies: [ 'black==25.12.0' ]
4242
- id: blackdoc-autoupdate-black
4343
- repo: meta
4444
hooks:

0 commit comments

Comments
 (0)