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-05-31 16:57:15 +0000
committerGitHub <noreply@github.com>2021-05-31 16:57:15 +0000
commit79a1a81b0525977cd62cb8e78e991c53fa040c81 (patch)
tree53bcd38c593094e4fcc6b53cdab234dd3d474dce /.pre-commit-config.yaml
parentfd0559d2e2efb4a2b1c74780827fc594a7cafe7d (diff)
downloadsetuptools-scm-79a1a81b0525977cd62cb8e78e991c53fa040c81.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.5b1 → 21.5b2](https://github.com/psf/black/compare/21.5b1...21.5b2) - [github.com/asottile/pyupgrade: v2.18.2 → v2.19.0](https://github.com/asottile/pyupgrade/compare/v2.18.2...v2.19.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 06f83ac..1952960 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.5b2
hooks:
- id: black
args: [--safe, --quiet]
@@ -16,7 +16,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.18.2
+ rev: v2.19.0
hooks:
- id: pyupgrade
args: [--py36-plus]