summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 21:07:13 +0000
committerGitHub <noreply@github.com>2022-01-03 21:07:13 +0000
commit75a0a59a00027e86f09c5e365ef5145f7006a5e1 (patch)
tree8efdcf30bc7cb4c73471218b80fbef42ebe1a497
parent051d57cef4ce59212dc1175ad4550743bf47d840 (diff)
downloadclick-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0)
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5cc04f6..5744899 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.1
+ rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]