summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-10-05 01:33:35 +0200
committerGitHub <noreply@github.com>2021-10-05 01:33:35 +0200
commit92e48052c62163e6b8511f7497a9169f355d7164 (patch)
treed464c15e18597cd89a73fcf8bc2679d1b6dfe964
parent51bbfb8f3721c9eb93272240bf2525b18a47e44f (diff)
downloadpylint-git-92e48052c62163e6b8511f7497a9169f355d7164.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5117)
updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v2.28.0...v2.29.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 599b60694..12b90b2d1 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.28.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]