summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-04-28 10:27:04 -0700
committerDavid Lord <davidism@gmail.com>2022-04-28 10:27:04 -0700
commit2ac3211cb79a63bae8e6f0441136b432ec2126bc (patch)
treeb80ed294234c8f88b3b61a96771c34c44bfc0bec /.pre-commit-config.yaml
parent5fd87bdf80ed450334b37344f6c99890c217d3db (diff)
downloadclick-2ac3211cb79a63bae8e6f0441136b432ec2126bc.tar.gz
update requirements
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 105cfd2..472866d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.0.1
+ rev: v3.1.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]