X Tutup
Skip to content

Commit 017fdea

Browse files
committed
run yapf with --diff
1 parent ba6c4fd commit 017fdea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
hooks:
44
- id: yapf
55
files: ^(telegram|tests)/.*\.py$
6+
args:
7+
- --diff
68
- repo: git://github.com/pre-commit/pre-commit-hooks
79
sha: 18d7035de5388cc7775be57f529c154bf541aab9
810
hooks:

0 commit comments

Comments
 (0)
X Tutup