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-10-04 17:47:56 +0000
committerGitHub <noreply@github.com>2021-10-04 17:47:56 +0000
commitafc23e97ee9f399f70ab39abf2e7b3dc060cebc6 (patch)
tree5e413d485ec542449343cee79b83a37a1fbc2029 /.pre-commit-config.yaml
parentc3fd3613e814cdb550e25a30493e17becbf007d2 (diff)
downloadsetuptools-scm-afc23e97ee9f399f70ab39abf2e7b3dc060cebc6.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v2.28.0...v2.29.0)
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 2320a55..ef35716 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.28.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]