mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
3388e2dbdf
commit
96e0712f43
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ logger = logging.getLogger('pre_commit')
|
|||
os.environ.pop('__PYVENV_LAUNCHER__', None)
|
||||
|
||||
# https://github.com/getsentry/snuba/pull/5388
|
||||
os.environ.pop("PYTHONEXECUTABLE", None)
|
||||
os.environ.pop('PYTHONEXECUTABLE', None)
|
||||
|
||||
COMMANDS_NO_GIT = {
|
||||
'clean', 'gc', 'init-templatedir', 'sample-config',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue