summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-02-08 16:50:41 +0000
committerDavid Lord <davidism@gmail.com>2021-02-08 12:43:54 -0800
commitff06d50b56baa0ea8bf604cdd107c2c4c637ecd7 (patch)
treefa68ef8a8c4bb4263d609cdc7bec90b028c22f4a /.pre-commit-config.yaml
parent506e4eb9a5a774851aa667693dd9c86ff029b10a (diff)
downloadclick-ff06d50b56baa0ea8bf604cdd107c2c4c637ecd7.tar.gz
[pre-commit.ci] pre-commit autoupdate
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bcdd247..3ba87e9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,27 +1,27 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.4.3
+ rev: v2.10.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.3.0
+ rev: v2.4.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- - repo: https://github.com/ambv/black
- rev: 19.10b0
+ - repo: https://github.com/psf/black
+ rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.2
+ rev: 3.8.4
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.4.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace