summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-05 17:40:40 -0700
committerDavid Lord <davidism@gmail.com>2021-10-05 17:40:40 -0700
commitcc2345ae6957370b3730d6fccd982a03fa87244f (patch)
treea1afd00e09de41e81441a4f1747838745819c2b3 /.pre-commit-config.yaml
parent6bb518f82c5c119b4e4e1ebae3b2f191632060cf (diff)
downloadclick-cc2345ae6957370b3730d6fccd982a03fa87244f.tar.gz
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ddc2ffb..2a1f9e7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,17 +2,17 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.15.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.5.0
+ rev: v2.6.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
@@ -23,7 +23,7 @@ repos:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.4.0
+ rev: v4.0.1
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace