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-06-08 01:18:54 +0000
committerGitHub <noreply@github.com>2021-06-08 01:18:54 +0000
commit3bb32750c153fc9c251fb86ec5204cf01b69df4a (patch)
treed6e0e27e2dee5221f5ec4b86704cc47c27a027b2 /.pre-commit-config.yaml
parentf4fb03115637c2896e39fee4649dd48f51164cc7 (diff)
downloadsetuptools-scm-3bb32750c153fc9c251fb86ec5204cf01b69df4a.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.19.0 → v2.19.1](https://github.com/asottile/pyupgrade/compare/v2.19.0...v2.19.1)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1952960..7f6255f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.19.0
+ rev: v2.19.1
hooks:
- id: pyupgrade
args: [--py36-plus]