summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-04-28 07:04:19 -0700
committerDavid Lord <davidism@gmail.com>2022-04-28 07:04:19 -0700
commit9faee281ea75694e28c33e2878879b322359d411 (patch)
treecf699fbee9ccdc1e24784a1b3f3de22739fe793f /.pre-commit-config.yaml
parentb802b5a6ad9deea082c16d9adb6417eda1a184d8 (diff)
downloadjinja2-9faee281ea75694e28c33e2878879b322359d411.tar.gz
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-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 2b5c7ec..9fe617e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.0.1
+ rev: v3.1.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]