summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-07-05 22:13:33 +0000
committerGitHub <noreply@github.com>2021-07-05 22:13:33 +0000
commit9c32e56696ec0633a0f23c4cb2b8d31bf8613108 (patch)
tree6ca6516f2d7621f296d6c445167cb5f177e65b2b
parent683942164b86b1c3d2167ec21d0a40d9fe3617a9 (diff)
downloadjinja2-9c32e56696ec0633a0f23c4cb2b8d31bf8613108.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.15.0 → v2.20.0](https://github.com/asottile/pyupgrade/compare/v2.15.0...v2.20.0) - [github.com/psf/black: 21.5b1 → 21.6b0](https://github.com/psf/black/compare/21.5b1...21.6b0) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1)
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0b529a1..eadb576 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.15.0
+ rev: v2.20.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
@@ -21,7 +21,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.4.0
+ rev: v4.0.1
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace