Skip to content

Commit 7ac402b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.1](asottile/pyupgrade@v2.31.0...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 fcd1a40 commit 7ac402b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ repos:
4444
- "prettier"
4545
- "prettier-plugin-toml@0.3.1"
4646
- repo: "https://github.com/asottile/pyupgrade"
47-
rev: v2.31.0
47+
rev: v2.32.1
4848
# 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)