We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d216b83 commit 8fcfdcaCopy full SHA for 8fcfdca
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
- repo: git://github.com/python-telegram-bot/mirrors-yapf
2
- sha: v0.12.2
+ sha: master
3
hooks:
4
- id: yapf
5
files: ^(telegram|tests)/.*\.py$
6
args:
7
- --diff
8
- repo: git://github.com/pre-commit/pre-commit-hooks
9
- sha: 18d7035de5388cc7775be57f529c154bf541aab9
+ sha: 78818b90cd694c29333ba54d38f9e60b6359ccfc
10
11
- id: flake8
12
files: ^telegram/.*\.py$
13
- repo: git://github.com/pre-commit/mirrors-pylint
14
- sha: v1.5.5
+ sha: v1.7.1
15
16
- id: pylint
17
0 commit comments