Skip to content

Commit 8fcfdca

Browse files
committed
updated pre-commit tools versions
1 parent d216b83 commit 8fcfdca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
- repo: git://github.com/python-telegram-bot/mirrors-yapf
2-
sha: v0.12.2
2+
sha: master
33
hooks:
44
- id: yapf
55
files: ^(telegram|tests)/.*\.py$
66
args:
77
- --diff
88
- repo: git://github.com/pre-commit/pre-commit-hooks
9-
sha: 18d7035de5388cc7775be57f529c154bf541aab9
9+
sha: 78818b90cd694c29333ba54d38f9e60b6359ccfc
1010
hooks:
1111
- id: flake8
1212
files: ^telegram/.*\.py$
1313
- repo: git://github.com/pre-commit/mirrors-pylint
14-
sha: v1.5.5
14+
sha: v1.7.1
1515
hooks:
1616
- id: pylint
1717
files: ^telegram/.*\.py$

0 commit comments

Comments
 (0)