Skip to content

Commit c000f50

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent f8d497a commit c000f50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
args: [ '--unsafe' ]
@@ -22,7 +22,7 @@ repos:
2222
- id: detect-private-key
2323
- id: fix-byte-order-marker
2424
- repo: https://github.com/psf/black
25-
rev: 23.11.0
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
language_version: python3
@@ -46,13 +46,13 @@ repos:
4646
# - id: mypy
4747
# files: ^(src/|tests/|plugins/)
4848
- repo: https://github.com/asottile/reorder-python-imports
49-
rev: v3.12.0
49+
rev: v3.14.0
5050
hooks:
5151
- id: reorder-python-imports
5252
args: [ --py37-plus, '--application-directories=.:src' ]
5353
# use latest python syntax
5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.15.0
55+
rev: v3.19.1
5656
hooks:
5757
- id: pyupgrade
5858
args: [ --py37-plus ]
@@ -65,7 +65,7 @@ repos:
6565
# args: [ -s, B101 ]
6666
# add copyright notice
6767
- repo: https://github.com/Lucas-C/pre-commit-hooks
68-
rev: v1.5.4
68+
rev: v1.5.5
6969
hooks:
7070
- id: insert-license
7171
files: \.java$
@@ -144,7 +144,7 @@ repos:
144144
- --license-filepath
145145
- NOTICE.txt
146146
- repo: https://github.com/pre-commit/mirrors-prettier
147-
rev: v3.1.0
147+
rev: v4.0.0-alpha.8
148148
hooks:
149149
- id: prettier
150150
types_or: [scss, css, javascript, ts, html]

0 commit comments

Comments
 (0)