Bump hacking (again)

The previous attempt did not update pre commit config yaml, so the old
version is still used.

Change-Id: I79cef56cf52afe992aab89b2d08fa4757865f3b4
This commit is contained in:
Takashi Kajinami 2024-01-27 22:32:38 +09:00
parent 313a5afa6a
commit ce0802af0a

View File

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