diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-07-12 22:42:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 22:42:06 +0000 |
commit | 93c65c06663af265064199c6c2a8b1992548a605 (patch) | |
tree | 6a27b743bbbf3f20d36d15a9f71bc0e1a7d8ed34 /.pre-commit-config.yaml | |
parent | 1f335afa54ec21104648bf18f439fc7a135922fc (diff) | |
download | setuptools-scm-93c65c06663af265064199c6c2a8b1992548a605.tar.gz |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.21.0)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 040158a..ad8feee 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.20.0 + rev: v2.21.0 hooks: - id: pyupgrade args: [--py36-plus] |