summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 21:08:19 +0000
committerGitHub <noreply@github.com>2022-01-03 21:08:19 +0000
commited73cbb427a8459ae1206ecdff730635cb2989d5 (patch)
treea5776b8d2b8b26dfe01ce9f9d5a0530139e8c8bb
parent175942940f447b3fcfface3ee77197d292d898b7 (diff)
downloadwerkzeug-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f4879c82..2a3a819b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.1
+ rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -29,7 +29,7 @@ repos:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.1.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace