From 2d2b69f1d7b0af2d4d8f1fd587f26d5114c3e02d Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Thu, 2 May 2024 13:00:00 -0500 Subject: [PATCH] Ensure flake doesn't look in downstream test repo (if it exists). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93a1d2d5..bd190406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,4 +101,4 @@ directory = "build/coverage" [tool.flake8] max-line-length = 119 statistics = true -exclude = "docs/*,venv/*,build/*,dist/*,.egg-info/*" \ No newline at end of file +exclude = "docs/*,venv/*,build/*,dist/*,.egg-info/*,pyngrok-example-flask/*" \ No newline at end of file