Bump hacking (again)

The previous attempt did not update the version in pre commit config
so the old version is still used by pep8 target.

Change-Id: Ib86e124697031f63d1f7ba1ec961d9d8adffa95e
This commit is contained in:
Takashi Kajinami 2024-01-26 01:30:12 +09:00
parent f438770767
commit 8d5eabcdfb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=3.0.1,<3.1.0
- hacking>=6.1.0,<6.2.0
language: python
entry: flake8
files: '^.*\.py$'