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 10f8853 + 96e0712 commit 7384838Copy full SHA for 7384838
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