python-tripleoclient/.pre-commit-config.yaml
Sorin Sbarnea 04c1466c44 Enable pylint
Related-Bug: #1910543
Change-Id: I8cba98b97ebb6d18fce84c86cceb5c30b93dd194
2021-01-08 13:40:58 +00:00

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