mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Pop PYTHONEXECUTABLE
This commit is contained in:
parent
10f8853631
commit
3388e2dbdf
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ logger = logging.getLogger('pre_commit')
|
|||
# pyvenv
|
||||
os.environ.pop('__PYVENV_LAUNCHER__', None)
|
||||
|
||||
# https://github.com/getsentry/snuba/pull/5388
|
||||
os.environ.pop("PYTHONEXECUTABLE", None)
|
||||
|
||||
COMMANDS_NO_GIT = {
|
||||
'clean', 'gc', 'init-templatedir', 'sample-config',
|
||||
'validate-config', 'validate-manifest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue