summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-17 18:00:12 -0800
committerDavid Lord <davidism@gmail.com>2022-02-17 18:00:12 -0800
commit0a5cb256647b3da8c8a1179e60753458c2df0087 (patch)
tree88357885e13b01fb3af1468d6a59457a17492d38 /.pre-commit-config.yaml
parent49164faca678dd476f1b11a2584fd0e1c6be70b2 (diff)
parente8b350b6662c4b688122567109a848438cf19a66 (diff)
downloadclick-0a5cb256647b3da8c8a1179e60753458c2df0087.tar.gz
Merge branch '8.0.x'
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 901b87c..3b68833 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,12 +8,13 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.6.0
+ rev: v2.7.1
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
+ additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
- rev: 21.12b0
+ rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8