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-04-26 16:52:04 +0000
committerGitHub <noreply@github.com>2021-04-26 16:52:04 +0000
commitdb96f761036bbf2cea5c6780831f46b442ead5c8 (patch)
tree627fbd7a81401ce3b4255b01558b9f3605b8de60 /.pre-commit-config.yaml
parent08dbabf0e39390721f73a7729cb4c966fb674780 (diff)
downloadsetuptools-scm-db96f761036bbf2cea5c6780831f46b442ead5c8.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.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 643feb3..f3fcb92 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 20.8b1
+ rev: 21.4b0
hooks:
- id: black
args: [--safe, --quiet]
@@ -16,7 +16,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.12.0
+ rev: v2.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]