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-08-30 20:00:07 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 22:27:44 +0200
commitbc14d8efc0d09b2709e2817890757c6dabff0b84 (patch)
treec4a2a6bbb67185f0e1c9e43a2035c6ac9cc9aff7 /.pre-commit-config.yaml
parent8f083e7283e731b12ca53c8f84ebd0ed731eebd1 (diff)
downloadastroid-git-bc14d8efc0d09b2709e2817890757c6dabff0b84.tar.gz
[pre-commit.ci] pre-commit autoupdate
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)
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 f414c6f7..e60aa065 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
exclude: tests/testdata
@@ -36,7 +36,7 @@ repos:
hooks:
- id: black-disable-checker
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
args: [--safe, --quiet]