Skip to content

Commit 31bad00

Browse files
authored
Merge pull request #2 from 15r10nk/pre-commit-ci-update-config
style: pre-commit autoupdate
2 parents 4d4f452 + 878869c commit 31bad00

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.5.0
20+
rev: v4.6.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.2.1
29+
rev: v2.3.1
3030

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

3636
- repo: https://github.com/asottile/reorder-python-imports
37-
rev: v3.12.0
37+
rev: v3.13.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.15.0
47+
rev: v3.17.0
4848
- hooks:
4949
- id: black
5050
repo: https://github.com/psf/black
51-
rev: 23.12.1
51+
rev: 24.8.0
5252
- hooks:
5353
- id: blacken-docs
5454
repo: https://github.com/asottile/blacken-docs
55-
rev: 1.16.0
55+
rev: 1.18.0
5656

5757
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
58-
rev: v2.12.0
58+
rev: v2.14.0
5959
hooks:
6060
- id: pretty-format-yaml
6161
args: [--autofix, --indent, '2']
@@ -71,7 +71,7 @@ repos:
7171
stages:
7272
- commit-msg
7373
repo: https://github.com/commitizen-tools/commitizen
74-
rev: v3.13.0
74+
rev: v3.28.0
7575

7676

7777
- repo: https://github.com/PyCQA/docformatter
@@ -80,6 +80,6 @@ repos:
8080
- id: docformatter
8181

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

0 commit comments

Comments
 (0)