mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
18 lines
593 B
YAML
18 lines
593 B
YAML
- repo: git://github.com/pre-commit/mirrors-yapf
|
|
sha: 316b795b2f32cbe80047aff7e842b72368d5a2c1
|
|
hooks:
|
|
- id: yapf
|
|
files: ^(telegram|tests)/.*\.py$
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: adbb569fe9a64ad9bce3b53a77f1bc39ef31f682
|
|
hooks:
|
|
- id: flake8
|
|
files: ^telegram/.*\.py$
|
|
- repo: git://github.com/pre-commit/mirrors-pylint
|
|
sha: 4de6c8dfadef1a271a814561ce05b8bc1c446d22
|
|
hooks:
|
|
- id: pylint
|
|
files: ^telegram/.*\.py$
|
|
args:
|
|
- --errors-only
|
|
- --disable=no-name-in-module,import-error
|