summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-01 06:53:00 -0700
committerGitHub <noreply@github.com>2022-11-01 06:53:00 -0700
commit46298e0c6bf2486d65b1f46925ddc63cebd39a5f (patch)
treeb36c90d74a534d7bf1c4bcdd9e6a5bcdcda47a32
parent1746bcdfd5dc0f1b88816ae9bab0eb952b3b3c6a (diff)
downloadjinja2-46298e0c6bf2486d65b1f46925ddc63cebd39a5f.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1748)
-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 9c9ab1e..2695070 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,12 +3,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v3.1.0
+ rev: v3.2.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.8.4
+ rev: v3.9.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]