Skip to content

Commit 03c98dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/myint/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](asottile/setup-cfg-fmt@v2.5.0...v3.2.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.16.0](asottile/reorder-python-imports@v3.13.0...v3.16.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.21.2](asottile/pyupgrade@v3.15.2...v3.21.2) - [github.com/psf/black: 24.4.2 → 26.3.0](psf/black@24.4.2...26.3.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.16.0) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.6](keewis/blackdoc@v0.3.9...v0.4.6) - [github.com/commitizen-tools/commitizen: v3.27.0 → v4.13.9](commitizen-tools/commitizen@v3.27.0...v4.13.9)
1 parent 8dd74d6 commit 03c98dd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-json
1212
- id: end-of-file-fixer
1313
repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v6.0.0
1515
- hooks:
1616
- args:
1717
- --in-place
@@ -20,15 +20,15 @@ repos:
2020
- --ignore-init-module-imports
2121
id: autoflake
2222
repo: https://github.com/myint/autoflake
23-
rev: v2.3.1
23+
rev: v2.3.3
2424

2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v2.5.0
26+
rev: v3.2.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929

3030
- repo: https://github.com/asottile/reorder-python-imports
31-
rev: v3.13.0
31+
rev: v3.16.0
3232
hooks:
3333
- args:
3434
- --py38-plus
@@ -38,29 +38,29 @@ repos:
3838
- --py38-plus
3939
id: pyupgrade
4040
repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.2
41+
rev: v3.21.2
4242
- hooks:
4343
- id: black
4444
repo: https://github.com/psf/black
45-
rev: 24.4.2
45+
rev: 26.3.0
4646
- hooks:
4747
- id: blacken-docs
4848
repo: https://github.com/asottile/blacken-docs
49-
rev: 1.16.0
49+
rev: 1.20.0
5050

5151
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
52-
rev: v2.13.0
52+
rev: v2.16.0
5353
hooks:
5454
- id: pretty-format-yaml
5555
args: [--autofix, --indent, '2']
5656

5757
- hooks:
5858
- id: blackdoc
5959
repo: https://github.com/keewis/blackdoc
60-
rev: v0.3.9
60+
rev: v0.4.6
6161
- hooks:
6262
- id: commitizen
6363
stages:
6464
- commit-msg
6565
repo: https://github.com/commitizen-tools/commitizen
66-
rev: v3.27.0
66+
rev: v4.13.9

0 commit comments

Comments
 (0)