Run gitlint with tox 18/109618/1
authorSangwook Ha <sangwook.ha@verizon.com>
Thu, 4 Jan 2024 01:29:40 +0000 (17:29 -0800)
committerSangwook Ha <sangwook.ha@verizon.com>
Thu, 4 Jan 2024 01:56:18 +0000 (17:56 -0800)
commit6ab2d076771165554025486bce4dc059473c79f5
treeda76aeee0d1d6306c114a1cf03dba8928d06987b
parentff1bb51a8a14f89ceefd91c6fc535a4bce78e0de
Run gitlint with tox

Verification of git message is failing because of a pip installation
issue:
https://github.com/jorisroovers/gitlint/issues/535
https://github.com/pypa/pip/issues/12372

The issue has been addressed for pip v23.3.2:
https://github.com/pypa/pip/releases/tag/23.3.2

but the virtual environment for the pre-commit hook does not appear to
have the version available yet.

Run the gitlint with tox directly until the issue is resolved in the
Jenkins environment.

Change-Id: I033240f8f7bb5a14217dbc763687ac490ae4b3d0
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
tox.ini