summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-08-30 18:39:35 +0100
committerGitHub <noreply@github.com>2021-08-30 18:39:35 +0100
commit19cd82345cf79380eb65551aa3460726af7f3674 (patch)
tree4cffde4e8bb135e752099bbf0c8e704fd347eebf
parent49062f8c08642ef49b9b88962da503b001f2fd9c (diff)
downloadvirtualenv-19cd82345cf79380eb65551aa3460726af7f3674.tar.gz
[pre-commit.ci] pre-commit autoupdate (#2173)
updates: - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.24.0...v2.25.0) - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 4ca9a9b..bd65b7b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v2.24.0
+ rev: v2.25.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
@@ -20,12 +20,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
args: [--safe]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.10.0
+ rev: v1.11.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]