Skip to content

Commit cde00a7

Browse files
chore: update pre-commit hooks (#125)
updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2b135dd commit cde00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848

4949
# Upgrade older Python syntax
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.1.0
51+
rev: v3.2.0
5252
hooks:
5353
- id: pyupgrade
5454
args: ["--py36-plus"]

0 commit comments

Comments
 (0)