summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-12-03 18:44:59 +0000
committerGitHub <noreply@github.com>2021-12-03 18:44:59 +0000
commitf3542e8c921c998664391a69a5e405b4f323f44a (patch)
tree9ffe393aab63aa0928d45161540c72804b575743
parentd3fee0ebb72a514fac66cd3101a67cd31d741254 (diff)
downloadvirtualenv-f3542e8c921c998664391a69a5e405b4f323f44a.tar.gz
[pre-commit.ci] pre-commit autoupdate (#2232)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e402420..afe05e3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,20 +12,20 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.0
+ rev: v2.29.1
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
- rev: 5.9.3
+ rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.11b1
hooks:
- id: black
args: [--safe]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.11.0
+ rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
@@ -39,7 +39,7 @@ repos:
- id: tox-ini-fmt
args: ["-p", "fix_lint"]
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.19.0
+ rev: v1.20.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.5", "--max-py-version", "3.10"]