Skip to content

Commit 89fd8f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v2.32.1](asottile/pyupgrade@e695ecd...v2.32.1) - [github.com/fsfe/reuse-tool: v0.14.0 → v1.0.0](fsfe/reuse-tool@v0.14.0...v1.0.0)
1 parent 5223daf commit 89fd8f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.2.0
1212
hooks:
1313
- id: check-ast
1414
- id: check-docstring-first
@@ -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.32.1
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)