Skip to content

Commit 2b46e73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.3](keewis/blackdoc@v0.4.1...v0.4.3)
1 parent af1282f commit 2b46e73

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
@@ -8,7 +8,7 @@ repos:
88
- id: pyupgrade
99
args: ['--py39-plus']
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: [ '--maxkb=5000' ]
@@ -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.1.0
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.0.1
33+
rev: 6.1.0
3434
hooks:
3535
- id: isort
3636
args: [ '--profile=black' ]
3737
- repo: https://github.com/keewis/blackdoc
38-
rev: v0.4.1
38+
rev: v0.4.3
3939
hooks:
4040
- id: blackdoc
4141
additional_dependencies: [ 'black==25.1.0' ]

0 commit comments

Comments
 (0)