Update hacking version in pre commit config

This was overlooked when hacking was bumped in test-requirements.

Change-Id: I96bf83f36d6b623ee509e9fa7b2770bc2d026965
This commit is contained in:
Takashi Kajinami 2024-01-27 23:03:00 +09:00
parent 7a654eda2b
commit 693edd2a01
1 changed files with 1 additions and 1 deletions

View File

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