pre-commit: Use native hacking pre-commit hook
Change-Id: I9401cf21f00c669f81e6e279ec20736e34664b96 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
1 changed files with 4 additions and 8 deletions
@@ -23,15 +23,11 @@ repos:
hooks:
- id:remove-tabs
exclude:'.*\.(svg)$'
- repo:local
- repo:https://opendev.org/openstack/hacking
rev:6.0.1
hooks:
- id:flake8
name:flake8
additional_dependencies:
- hacking~=6.0.1
language:python
entry:flake8
files:'^.*\.py$'
- id:hacking
additional_dependencies:[]
exclude:'^(doc|releasenotes|tools)/.*$'
- repo:https://github.com/pre-commit/mirrors-autopep8
rev:v2.0.4
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.