Bump hacking and flake8 version to fix pep8 job

This patch update hacking and flake8 version to
fix pep8 job.

Change-Id: Id6999d06fb2e15b5c80bc27b995bde065b342eec
This commit is contained in:
manchandavishal 2021-02-08 08:37:37 +00:00
parent 54448e9d8b
commit a381d71423
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ repos:
- id: check-yaml - id: check-yaml
files: .*\.(yaml|yml)$ files: .*\.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3 rev: fb91b994ed4adf4f2b4890e7bdba82f57e3a81df # 3.8.4
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
- hacking>=3.0.1,<3.1.0 - hacking>=4.0.0,<4.1.0

View File

@ -59,7 +59,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pep8] [testenv:pep8]
deps = hacking<2.1,>=2.0 deps = hacking<4.1.0,>=4.0.0
doc8 doc8
pre-commit>=2.6.0 pre-commit>=2.6.0
commands = commands =