Skip to content

Commit 45f188a

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 0b9e6c7 commit 45f188a

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
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: "https://github.com/pre-commit/pre-commit-hooks"
10-
rev: v4.1.0
10+
rev: v4.2.0
1111
hooks:
1212
- id: check-ast
1313
- id: check-docstring-first
@@ -44,14 +44,14 @@ repos:
4444
- "prettier"
4545
- "prettier-plugin-toml@0.3.1"
4646
- repo: "https://github.com/asottile/pyupgrade"
47-
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
47+
rev: v2.32.1
4848
# fix to v2.31.0, v2.32.0 requires python >= 3.7
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- "--py36-plus"
5353
- repo: "https://github.com/fsfe/reuse-tool"
54-
rev: v0.14.0
54+
rev: v1.0.0
5555
hooks:
5656
- id: reuse
5757
additional_dependencies:

0 commit comments

Comments
 (0)