mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
20 lines
589 B
YAML
20 lines
589 B
YAML
repos:
|
|
- repo: git://github.com/python-telegram-bot/mirrors-yapf
|
|
sha: 5769e088ef6e0a0d1eb63bd6d0c1fe9f3606d6c8
|
|
hooks:
|
|
- id: yapf
|
|
files: ^(telegram|tests)/.*\.py$
|
|
args:
|
|
- --diff
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: 0b70e285e369bcb24b57b74929490ea7be9c4b19
|
|
hooks:
|
|
- id: flake8
|
|
- repo: git://github.com/pre-commit/mirrors-pylint
|
|
sha: 9d8dcbc2b86c796275680f239c1e90dcd50bd398
|
|
hooks:
|
|
- id: pylint
|
|
files: ^telegram/.*\.py$
|
|
args:
|
|
- --errors-only
|
|
- --disable=import-error
|