You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
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
|