summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-01-25 16:41:12 +0000
committerDavid Lord <davidism@gmail.com>2021-01-30 22:56:23 -0800
commite993a9d48c52449468b39cac59f58d0f37d95e11 (patch)
tree45dd44b271a31859562a3f069d9e649285cb4d04 /.pre-commit-config.yaml
parentf1b1caf00375c7088ea03cee6ed46dd7fe2c4589 (diff)
downloadjinja2-e993a9d48c52449468b39cac59f58d0f37d95e11.tar.gz
[pre-commit.ci] pre-commit autoupdate
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a982b5f..a721ac5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v1.26.2
+ rev: v2.7.4
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v1.9.0
+ rev: v2.3.6
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- - repo: https://github.com/ambv/black
- rev: 19.10b0
+ - repo: https://github.com/psf/black
+ rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.7.9
+ rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.4.0
+ rev: v3.4.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace