summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2021-03-04 12:32:55 +0100
committerDaniel Bengtsson <dbengt@redhat.com>2021-03-09 15:02:29 +0100
commite6d6b90bf440ac0631f659d75b1c54a206d71af3 (patch)
tree07bc26024d0d93df3952068e009b43da219970d9 /.pre-commit-config.yaml
parent9aa6114d746af5f74741d589f9c21280c446a83a (diff)
downloadoslo-db-e6d6b90bf440ac0631f659d75b1c54a206d71af3.tar.gz
Fix the conflict status with hacking.
The conflict is caused by: The user requested flake8 3.8.3 (from /home/zuul/.cache/pre-commit/repozi7hytk7) hacking 3.0.1 depends on flake8<3.8.0 and >=3.6.0 Install the latest version of hacking to fix the conflict error with the pre-commit hook. Change-Id: If1c54502e6e10751fd722694aa5429a08f376798
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9d94556..a8c2b27 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -32,4 +32,4 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- - hacking>=3.0.1,<3.1.0
+ - hacking==4.0.0