8000 Merge pull request #3110 from untitaker/pythonexecutable · pre-commit/pre-commit@7384838 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7384838

Browse files
authored
Merge pull request #3110 from untitaker/pythonexecutable
Pop PYTHONEXECUTABLE
2 parents 10f8853 + 96e0712 commit 7384838

File tree

1 file changed

+3
-0
lines 8000 changed

1 file changed

+3
-0
lines changed

pre_commit/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
# pyvenv
3838
os.environ.pop('__PYVENV_LAUNCHER__', None)
3939

40+
# https://github.com/getsentry/snuba/pull/5388
41+
os.environ.pop('PYTHONEXECUTABLE', None)
42+
4043
COMMANDS_NO_GIT = {
4144
'clean', 'gc', 'init-templatedir', 'sample-config',
4245
'validate-config', 'validate-manifest',

0 commit comments

Comments
 (0)
0