8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · pre-commit/pre-commit@96e0712 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96e0712

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3388e2d commit 96e0712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
os.environ.pop('__PYVENV_LAUNCHER__', None)
3939

4040
# https://github.com/getsentry/snuba/pull/5388
41-
os.environ.pop("PYTHONEXECUTABLE", None)
41+
os.environ.pop('PYTHONEXECUTABLE', None)
4242

4343
COMMANDS_NO_GIT = {
4444
'clean', 'gc', 'init-templatedir', 'sample-config',

0 commit comments

Comments
 (0)
0