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.
1 parent 10f8853 commit 3388e2dCopy full SHA for 3388e2d
1 file changed
pre_commit/main.py
@@ -37,6 +37,9 @@
37
# pyvenv
38
os.environ.pop('__PYVENV_LAUNCHER__', None)
39
40
+# https://github.com/getsentry/snuba/pull/5388
41
+os.environ.pop("PYTHONEXECUTABLE", None)
42
+
43
COMMANDS_NO_GIT = {
44
'clean', 'gc', 'init-templatedir', 'sample-config',
45
'validate-config', 'validate-manifest',
0 commit comments