summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-26 07:50:18 -0800
committerDavid Lord <davidism@gmail.com>2020-01-26 10:09:36 -0800
commit7c3d08886520d6a19108577cb737839401cb61ed (patch)
treea31a524a9f75ca0854fd83a323e01d0b13879068 /.pre-commit-config.yaml
parentf81c229f63c927d313c0cd0ba09a002d54571d16 (diff)
downloadmarkupsafe-7c3d08886520d6a19108577cb737839401cb61ed.tar.gz
finish Azure Pipelines config
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 6a86504..cdbcfed 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
- rev: v1.3.5
+ rev: v1.9.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- - repo: https://github.com/ambv/black
- rev: 18.9b0
+ - repo: https://github.com/python/black
+ rev: 19.10b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.7.6
+ rev: 3.7.9
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.1.0
+ rev: v2.4.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace