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-24 16:51:30 +0000
committerGitHub <noreply@github.com>2021-05-24 16:51:30 +0000
commitad1e40f2da1e35723e2bc4ab46d0caa5591d946a (patch)
tree17f39965389581bc95843bbd95497bf42d827244 /.pre-commit-config.yaml
parent28976d43727d032007d6e345b03bae7e30be6e2e (diff)
downloadsetuptools-scm-ad1e40f2da1e35723e2bc4ab46d0caa5591d946a.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.16.0 → v2.18.2](https://github.com/asottile/pyupgrade/compare/v2.16.0...v2.18.2)
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 6b14319..06f83ac 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.16.0
+ rev: v2.18.2
hooks:
- id: pyupgrade
args: [--py36-plus]