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-07-12 23:54:23 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-13 06:15:20 +0200
commitbcac33ed77ff2dc39c86182929bbb5f5b68a389e (patch)
tree1175b4af93d9fedac310dc226ffb08821bd31821 /.pre-commit-config.yaml
parent0250409d121e5ee8f4c8cf3bd4a32823023da283 (diff)
downloadpylint-git-bcac33ed77ff2dc39c86182929bbb5f5b68a389e.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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cd407ad71..3000b9003 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.20.0
+ rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]