From c7412c8379969f6bbd6273739eedfd85dbe9cf7b Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 12 Mar 2024 13:29:40 -0700 Subject: [PATCH] updated pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a823de15..1e33b7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,9 @@ log_cli_level = "INFO" log_cli_format = "%(asctime)s [%(levelname)s] %(message)s (%(filename)s:%(lineno)s)" log_cli_date_format = "%Y-%m-%d %H:%M:%S" +[tool.flake8] +exclude = "tests/*" + [tool.black] exclude = '.vscode|.eggs|venv' line-length = 88 # suggested by black official site