Skip to content

Commit feb26e4

Browse files
style: 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.17.0 → v3.21.2](asottile/pyupgrade@v3.17.0...v3.21.2) - [github.com/psf/black: 24.8.0 → 26.3.1](psf/black@24.8.0...26.3.1) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](adamchainz/blacken-docs@1.18.0...1.20.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.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.28.0 → v4.13.9](commitizen-tools/commitizen@v3.28.0...v4.13.9) - [github.com/PyCQA/docformatter: v1.7.5 → v1.7.7](PyCQA/docformatter@v1.7.5...v1.7.7) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
1 parent 31bad00 commit feb26e4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-json
1818
- id: end-of-file-fixer
1919
repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.6.0
20+
rev: v6.0.0
2121
- hooks:
2222
- args:
2323
- --in-place
@@ -26,15 +26,15 @@ repos:
2626
- --ignore-init-module-imports
2727
id: autoflake
2828
repo: https://github.com/myint/autoflake
29-
rev: v2.3.1
29+
rev: v2.3.3
3030

3131
- repo: https://github.com/asottile/setup-cfg-fmt
32-
rev: v2.5.0
32+
rev: v3.2.0
3333
hooks:
3434
- id: setup-cfg-fmt
3535

3636
- repo: https://github.com/asottile/reorder-python-imports
37-
rev: v3.13.0
37+
rev: v3.16.0
3838
hooks:
3939
- args:
4040
- --py38-plus
@@ -44,18 +44,18 @@ repos:
4444
- --py38-plus
4545
id: pyupgrade
4646
repo: https://github.com/asottile/pyupgrade
47-
rev: v3.17.0
47+
rev: v3.21.2
4848
- hooks:
4949
- id: black
5050
repo: https://github.com/psf/black
51-
rev: 24.8.0
51+
rev: 26.3.1
5252
- hooks:
5353
- id: blacken-docs
5454
repo: https://github.com/asottile/blacken-docs
55-
rev: 1.18.0
55+
rev: 1.20.0
5656

5757
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
58-
rev: v2.14.0
58+
rev: v2.16.0
5959
hooks:
6060
- id: pretty-format-yaml
6161
args: [--autofix, --indent, '2']
@@ -65,21 +65,21 @@ repos:
6565
- hooks:
6666
- id: blackdoc
6767
repo: https://github.com/keewis/blackdoc
68-
rev: v0.3.9
68+
rev: v0.4.6
6969
- hooks:
7070
- id: commitizen
7171
stages:
7272
- commit-msg
7373
repo: https://github.com/commitizen-tools/commitizen
74-
rev: v3.28.0
74+
rev: v4.13.9
7575

7676

7777
- repo: https://github.com/PyCQA/docformatter
78-
rev: v1.7.5
78+
rev: v1.7.7
7979
hooks:
8080
- id: docformatter
8181

8282
- repo: https://github.com/Lucas-C/pre-commit-hooks
83-
rev: v1.5.5
83+
rev: v1.5.6
8484
hooks:
8585
- id: remove-crlf

0 commit comments

Comments
 (0)