Bump hacking in pre commit config

... to 6.1.0 which is the latest version available now.

Change-Id: Ibf919824c27879901067da1cf80b23e3243097e2
This commit is contained in:
Takashi Kajinami 2024-01-28 16:29:23 +09:00
parent b1c930d41f
commit 2e4c088aff
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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$'