From 85117f307f43722ab8d7b7519cf0b50f49f3a542 Mon Sep 17 00:00:00 2001 From: mmwinther Date: Fri, 22 Sep 2023 10:29:43 +0200 Subject: [PATCH] Fix ruff excludes --- {{cookiecutter.project_name}}/pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 110278890..693c39386 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -60,15 +60,9 @@ fail_under = 80 [tool.ruff] force-exclude = true # Apply excludes to pre-commit -exclude = [ - ".git", +extend-exclude = [ "__pycache__", "old", - "build", - "dist", - ".venv", - ".eggs", - ".tox", ".ipynb_checkpoints", "noxfile.py", "docs/conf.py",