summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 12:32:57 +0200
committerGitHub <noreply@github.com>2021-05-10 12:32:57 +0200
commit6b3c49895f5e1750e2cc6c4e0c4e0c5460056cd2 (patch)
tree003aad6d30e3c0809f5d9b1de320958b3d85bf34 /.pre-commit-config.yaml
parent1f7578106331cd4eb569a2ae1b97ec1731a11013 (diff)
downloadpylint-git-6b3c49895f5e1750e2cc6c4e0c4e0c5460056cd2.tar.gz
Bump pyupgrade from 2.14.0 to 2.15.0 (#4457)
* Bump pyupgrade from 2.14.0 to 2.15.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0) Signed-off-by: dependabot[bot] <support@github.com> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
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 4e2ae93fe..2e5380d39 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
- rev: v2.14.0
+ rev: v2.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]