Remove additional dependency from pre-commit

This dependency breaks Centos8/Ubuntu Focal testing as these OSes use
python 3.8.

Change-Id: I518be6cdba50d9bd48b3328e19cc89432f1b89b1
This commit is contained in:
Sergii Golovatiuk 2021-06-24 14:50:22 +02:00
parent f92f64ad3c
commit 523d09a801
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- id: flake8
additional_dependencies:
- hacking<1.2.0,>=1.1.0
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/adrienverge/yamllint.git