04c1466c44
Related-Bug: #1910543 Change-Id: I8cba98b97ebb6d18fce84c86cceb5c30b93dd194
14 lines
304 B
YAML
14 lines
304 B
YAML
---
|
|
repos:
|
|
- repo: https://gitlab.com/pycqa/flake8.git
|
|
rev: 3.8.4
|
|
hooks:
|
|
- id: flake8
|
|
language_version: python3
|
|
args: ['--config=setup.cfg']
|
|
pass_filenames: false
|
|
- repo: https://github.com/pre-commit/mirrors-pylint
|
|
rev: v2.6.0
|
|
hooks:
|
|
- id: pylint
|