X Tutup
Skip to content

Commit d07a1c3

Browse files
committed
yapf: use our own mirror of yapf & update to version 0.12.2
1 parent 32a7872 commit d07a1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- repo: git://github.com/pre-commit/mirrors-yapf
2-
sha: v0.11.0
1+
- repo: git://github.com/python-telegram-bot/mirrors-yapf
2+
sha: v0.12.2
33
hooks:
44
- id: yapf
55
files: ^(telegram|tests)/.*\.py$

0 commit comments

Comments
 (0)
X Tutup