summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-02-01 16:49:41 +0000
committerGitHub <noreply@github.com>2021-02-01 16:49:41 +0000
commit1b2ca22e9bf6720445ca8eab928b44cd27b46c8f (patch)
tree5f67456cc5d3b16ec00599476c1e52ad5bbe5793 /.pre-commit-config.yaml
parented8f424bcb532db66351ec3511fa638f85b4c565 (diff)
downloadpytest-1b2ca22e9bf6720445ca8eab928b44cd27b46c8f.tar.gz
[pre-commit.ci] pre-commit autoupdate
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 9130a79a0..2eed21fc8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.9.1
+ rev: v1.9.2
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
@@ -34,7 +34,7 @@ repos:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py36-plus]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.7.4
+ rev: v2.9.0
hooks:
- id: pyupgrade
args: [--py36-plus]