From 570d40bc97fbc3e11c16cd5efaf15f6187a9dffe Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 26 Jul 2021 22:04:54 -0400 Subject: [PATCH] Exclude --all-files in pre-commit with poetry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b121d..e144aab 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ poetry run build test coverage. Make sure to fix any errors presented via Black, Pylint and MyPy pre-commit hooks ``` -poetry run pre-commit --all-files +poetry run pre-commit ``` or within docker