Merge "Drop redundant flake8 execution from pre-commit"

This commit is contained in:
Zuul
2025-11-13 16:37:45 +00:00
committed by Gerrit Code Review

View File

@@ -39,15 +39,6 @@ repos:
exclude: '^(doc|releasenotes|tools)/.*$'
- repo: local
hooks:
- id: flake8
name: flake8
additional_dependencies:
- hacking>=6.1.0,<6.2.0
- neutron-lib
language: python
entry: flake8
files: '^.*\.py$'
exclude: '^(doc|releasenotes|tools)/.*$'
- id: pylint
name: pylint
entry: .tox/pep8/bin/pylint