summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-25 07:19:12 -0700
committerGitHub <noreply@github.com>2022-10-25 07:19:12 -0700
commit795e969cfbb981931f5a48d55482684ee978f2ad (patch)
treecee11c3cfeac12f57c97969bce1c25db35ba366c
parent5312f93b872ac777daa4f70595c3e16a4e2a6b64 (diff)
downloadmarkupsafe-795e969cfbb981931f5a48d55482684ee978f2ad.tar.gz
[pre-commit.ci] pre-commit autoupdate (#326)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 18047ff..3508961 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: v2.37.3
+ rev: v2.38.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.8.2
+ rev: v3.8.3
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]