Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9c6484b + 5206ce2 commit 4b90faaCopy full SHA for 4b90faa
1 file changed
pre_commit/staged_files_only.py
@@ -23,7 +23,7 @@ def staged_files_only(cmd_runner):
23
retcode, diff_stdout_binary, _ = cmd_runner.run(
24
[
25
'git', 'diff', '--ignore-submodules', '--binary', '--exit-code',
26
- '--no-color',
+ '--no-color', '--no-ext-diff',
27
],
28
retcode=None,
29
encoding=None,
0 commit comments