From 3a8ec9aca6f8cc8e6919adde5f2b30549b6dda3b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Feb 2022 13:17:41 -0300 Subject: [PATCH] Use args --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 804b4c842..5de99c99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: autoflake name: autoflake - entry: autoflake --in-place --remove-unused-variables --remove-all-unused-imports + args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"] language: python files: \.py$ - repo: https://github.com/PyCQA/flake8