From 417c5d6429a63246f3cdbb6483cfbdf7a895c408 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 03:03:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pre_commit/commands/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/commands/run.py b/pre_commit/commands/run.py index 004449ed..7e756b60 100644 --- a/pre_commit/commands/run.py +++ b/pre_commit/commands/run.py @@ -387,7 +387,7 @@ def run( if args.rewrite_command: environ['PRE_COMMIT_REWRITE_COMMAND'] = args.rewrite_command - + if args.all_files: environ['PRE_COMMIT_ALL_FILES'] = '1' if args.all_files else ''