Skip to content

Commit bccd0b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.6.2...v3.0.0-alpha.0) - [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v2.38.0](asottile/pyupgrade@e695ecd...v2.38.0) - [github.com/fsfe/reuse-tool: v0.14.0 → v1.0.0](fsfe/reuse-tool@v0.14.0...v1.0.0)
1 parent 9d199a5 commit bccd0b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_language_version:
88
node: 17.9.0
99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: v4.1.0
11+
rev: v4.3.0
1212
hooks:
1313
- id: check-ast
1414
- id: check-docstring-first
@@ -32,11 +32,11 @@ repos:
3232
hooks:
3333
- id: isort
3434
- repo: "https://github.com/psf/black"
35-
rev: 22.3.0
35+
rev: 22.8.0
3636
hooks:
3737
- id: black
3838
- repo: "https://github.com/pre-commit/mirrors-prettier"
39-
rev: v2.6.2
39+
rev: v3.0.0-alpha.0
4040
hooks:
4141
- id: prettier
4242
exclude_types:
@@ -45,14 +45,14 @@ repos:
4545
- "prettier"
4646
- "prettier-plugin-toml@0.3.1"
4747
- repo: "https://github.com/asottile/pyupgrade"
48-
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
48+
rev: v2.38.0
4949
# fix to v2.31.0, v2.32.0 requires python >= 3.7
5050
hooks:
5151
- id: pyupgrade
5252
args:
5353
- "--py36-plus"
5454
- repo: "https://github.com/fsfe/reuse-tool"
55-
rev: v0.14.0
55+
rev: v1.0.0
5656
hooks:
5757
- id: reuse
5858
additional_dependencies:

0 commit comments

Comments
 (0)