summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-01-13 11:04:10 -0800
committerDavid Lord <davidism@gmail.com>2022-01-13 11:04:10 -0800
commitc63c70dabd3f86ca68678b4f00951f78f52d0270 (patch)
treefceeff9682963158a9941706ac593fd440a194a0 /.pre-commit-config.yaml
parent051d57cef4ce59212dc1175ad4550743bf47d840 (diff)
parentee5fdbf1f9e267247d6de765329d2cc9bdd76206 (diff)
downloadclick-c63c70dabd3f86ca68678b4f00951f78f52d0270.tar.gz
Merge branch '8.0.x'
Diffstat (limited to '.pre-commit-config.yaml')
-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"]