mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Update pre-commit config file (#1787)
This commit is contained in:
parent
0fb0fbb93f
commit
14f712b3c4
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: git://github.com/python-telegram-bot/mirrors-yapf
|
- repo: git://github.com/python-telegram-bot/mirrors-yapf
|
||||||
sha: 5769e088ef6e0a0d1eb63bd6d0c1fe9f3606d6c8
|
rev: 5769e088ef6e0a0d1eb63bd6d0c1fe9f3606d6c8
|
||||||
hooks:
|
hooks:
|
||||||
- id: yapf
|
- id: yapf
|
||||||
files: ^(telegram|tests)/.*\.py$
|
files: ^(telegram|tests)/.*\.py$
|
||||||
args:
|
args:
|
||||||
- --diff
|
- --diff
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
sha: 0b70e285e369bcb24b57b74929490ea7be9c4b19
|
rev: 3.7.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: git://github.com/pre-commit/mirrors-pylint
|
- repo: git://github.com/pre-commit/mirrors-pylint
|
||||||
sha: 9d8dcbc2b86c796275680f239c1e90dcd50bd398
|
rev: 9d8dcbc2b86c796275680f239c1e90dcd50bd398
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
files: ^telegram/.*\.py$
|
files: ^telegram/.*\.py$
|
||||||
|
|
Loading…
Reference in a new issue