summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-08-30 22:24:29 +0200
committerGitHub <noreply@github.com>2021-08-30 22:24:29 +0200
commitd06728f68ddce71540e0f27e2d36de7b4082c95f (patch)
treec8e5e17f2d9034f3fbce136a321a4d40070197fb
parentc64b9d1b6179514c78abc5cc063374335c9208c1 (diff)
downloadpylint-git-d06728f68ddce71540e0f27e2d36de7b4082c95f.tar.gz
[pre-commit.ci] pre-commit autoupdate (#4934)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 36211e92d..c3e1ea654 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
- rev: v2.24.0
+ rev: v2.25.0
hooks:
- id: pyupgrade
args: [--py36-plus]
@@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
args: [--safe, --quiet]