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 a3847d8 + 7e69d11 commit ab556f4Copy full SHA for ab556f4
1 file changed
pre_commit/resources/hook-tmpl
@@ -7,6 +7,9 @@ import os
7
import subprocess
8
import sys
9
10
+# work around https://github.com/Homebrew/homebrew-core/issues/30445
11
+os.environ.pop('__PYVENV_LAUNCHER__', None)
12
+
13
HERE = os.path.dirname(os.path.abspath(__file__))
14
Z40 = '0' * 40
15
ID_HASH = '138fd403232d2ddd5efb44317e38bf03'
0 commit comments