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 17:34:59 +0000
committerGitHub <noreply@github.com>2021-08-30 17:34:59 +0000
commit68469290c8daa1bee9a77a616ff2cce376564408 (patch)
treecced8de890de7afe488b5732252d18083a2d74b1 /.pre-commit-config.yaml
parentf154230a8f0c6a9e521ff8afc58eb45e435c7f33 (diff)
downloadsetuptools-scm-68469290c8daa1bee9a77a616ff2cce376564408.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.24.0...v2.25.0)
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 da97a3d..7b2392c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
args: [--safe, --quiet]
@@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.24.0
+ rev: v2.25.0
hooks:
- id: pyupgrade
args: [--py36-plus]