summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-12-29 10:28:53 -0800
committerDavid Lord <davidism@gmail.com>2022-12-29 10:28:53 -0800
commit06a2c0f2ec24ef0a3e5ee97ce9ccbcc51ab49d3a (patch)
tree17ac1861976e25417e4ebceb758a228064335ede /.pre-commit-config.yaml
parentbd8735ba43ce5349f4d6d17aae880cffab537519 (diff)
downloadclick-06a2c0f2ec24ef0a3e5ee97ce9ccbcc51ab49d3a.tar.gz
update dependencies
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 1f94667..f8554a4 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: v3.2.0
+ rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@@ -14,18 +14,18 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
- rev: 22.10.0
+ rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 5.0.4
+ rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace