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>2020-11-16 10:04:28 -0800
committerGitHub <noreply@github.com>2020-11-16 10:04:28 -0800
commit20855d219c74c7c94f3c6732f8b7ba694519ed97 (patch)
tree8854c61c829311d791305741bf31de6c8052bfbb /.pre-commit-config.yaml
parentc5ea03056085eec5b5c8be448b0369d8db204839 (diff)
downloadmarkupsafe-20855d219c74c7c94f3c6732f8b7ba694519ed97.tar.gz
[pre-commit.ci] pre-commit autoupdate (#160)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cd7a684..5831ff9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.4.3
+ rev: v2.7.4
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.3.0
+ rev: v2.3.6
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/python/black
- rev: 19.10b0
+ rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.2
+ rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.3.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace