aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-03-31 09:50:06 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-03-31 09:51:18 +0100
commit5d1a347fc2d34f0aba9ac24d3e17d05292d727f0 (patch)
tree10eb07ce004a0f4b470f351209e7ca2710991de3 /.pre-commit-config.yaml
parent81ee53d65a6e3e7d454eda967e6f9f157cae69f1 (diff)
downloadreference_model-5d1a347fc2d34f0aba9ac24d3e17d05292d727f0.tar.gz
Update pre-commit tool versions
* black needed updating for ImportError of new click version Change-Id: If8e2d13a09996e331d676af31bf3d3aee9403b4e Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4a73a48..1658ca9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,16 +5,16 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.2.0
+ rev: v3.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
- rev: 20.8b1
+ rev: 22.3.0
hooks:
- id: black
-- repo: https://gitlab.com/pycqa/flake8
- rev: 3.7.9
+- repo: https://github.com/pycqa/flake8
+ rev: 4.0.1
hooks:
- id: flake8