Skip to content

Commit cb824d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 25.9.0](psf/black-pre-commit-mirror@23.11.0...25.9.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.15.0](asottile/reorder-python-imports@v3.12.0...v3.15.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [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 4389e38 commit cb824d5

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
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
args: [ '--unsafe' ]
@@ -21,8 +21,8 @@ repos:
2121
- id: requirements-txt-fixer
2222
- id: detect-private-key
2323
- id: fix-byte-order-marker
24-
- repo: https://github.com/psf/black
25-
rev: 23.11.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 25.9.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.15.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.20.0
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)