summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 13:03:01 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 13:03:01 -0700
commit3510c69cf57efb7038a2af4601bada294c2f7907 (patch)
treee27c440ff4780ec00153e44d636d8797da5ee564 /.pre-commit-config.yaml
parentdf6b72d3e079a8bf1f8455486cf7ac6663ea1916 (diff)
downloadclick-3510c69cf57efb7038a2af4601bada294c2f7907.tar.gz
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4bf99c6..eb55351 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.0
+ rev: v2.29.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.12b0
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: v4.0.1
+ rev: v4.1.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace