summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-04-25 14:20:51 -0700
committerDavid Lord <davidism@gmail.com>2022-04-25 14:20:51 -0700
commit0f833b6e5ecf2307c23050823fc70644476b4bdb (patch)
tree467741b3039e93aefb7505c4c229afe7f8bfca2d /.pre-commit-config.yaml
parente1399d20788829ea9b981603251cc413e00ca4eb (diff)
downloadclick-0f833b6e5ecf2307c23050823fc70644476b4bdb.tar.gz
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8b4b745..12b1680 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.31.1
+ rev: v2.32.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@@ -25,7 +25,7 @@ repos:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.1.0
+ rev: v4.2.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace