summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-04-06 11:02:19 +0100
committerTakashi Natsume <takanattie@gmail.com>2022-04-08 17:49:08 +0900
commitc408db2dd987c251e0d6f30280072d78d46515b0 (patch)
treee7c3c5470eb19a71e8941d3feda9439699ef5599 /.pre-commit-config.yaml
parent52cdbd271ed9fbaa0f08a4f74f0a1c44552698fa (diff)
downloadpython-novaclient-c408db2dd987c251e0d6f30280072d78d46515b0.tar.gz
Update pre-commit hook, hacking versions
This was done with 'pre-commit autoupdate'. An invalid message is removed from the requirements.txt files as it no longer applies with pip's new dependency resolver. Change-Id: I01c3ece51f81d67c740e6faca6b77df7c9932435 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 76fa799a..e782b53e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
@@ -16,7 +16,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: v1.1.10
+ rev: v1.1.13
hooks:
- id: remove-tabs
exclude: '.*\.(svg)$'
@@ -25,7 +25,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies:
- - hacking>=3.0.1,<3.1.0
+ - hacking~=4.1.0
language: python
entry: flake8
files: '^.*\.py$'