Skip to content

Commit 0c9427a

Browse files
style: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/commitizen-tools/commitizen: v3.28.0 → v4.0.0](commitizen-tools/commitizen@v3.28.0...v4.0.0)
1 parent 31bad00 commit 0c9427a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v5.0.0
2121
- hooks:
2222
- args:
2323
- --in-place
@@ -29,12 +29,12 @@ repos:
2929
rev: v2.3.1
3030

3131
- repo: https://github.com/asottile/setup-cfg-fmt
32-
rev: v2.5.0
32+
rev: v2.7.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.14.0
3838
hooks:
3939
- args:
4040
- --py38-plus
@@ -44,15 +44,15 @@ repos:
4444
- --py38-plus
4545
id: pyupgrade
4646
repo: https://github.com/asottile/pyupgrade
47-
rev: v3.17.0
47+
rev: v3.19.0
4848
- hooks:
4949
- id: black
5050
repo: https://github.com/psf/black
51-
rev: 24.8.0
51+
rev: 24.10.0
5252
- hooks:
5353
- id: blacken-docs
5454
repo: https://github.com/asottile/blacken-docs
55-
rev: 1.18.0
55+
rev: 1.19.1
5656

5757
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
5858
rev: v2.14.0
@@ -71,7 +71,7 @@ repos:
7171
stages:
7272
- commit-msg
7373
repo: https://github.com/commitizen-tools/commitizen
74-
rev: v3.28.0
74+
rev: v4.0.0
7575

7676

7777
- repo: https://github.com/PyCQA/docformatter

0 commit comments

Comments
 (0)