Use native pre-commit hook for hacking

Change-Id: I69d46ca4229f2ba2a5a30ab55e700f1c0c2a7cab
This commit is contained in:
Takashi Kajinami 2024-10-21 20:08:14 +09:00
parent cebb7d1f6f
commit e84ab5afb7

View File

@ -18,16 +18,11 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: local
- repo: https://opendev.org/openstack/hacking
rev: 7.0.0
hooks:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=6.1.0,<6.2.0
language: python
entry: flake8
files: '^.*\.py$'
exclude: '^(doc|releasenotes|tools)/.*$'
- id: hacking
additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
hooks: