From 62a50e501eb1fa4a6f41db4157c4cb9e8447c9dd Mon Sep 17 00:00:00 2001 From: Patrick Bos Date: Wed, 31 Jul 2024 11:39:43 +0200 Subject: [PATCH] use extend-exclude for ruff config Co-authored-by: Stef Smeets --- pyproject.toml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 661fa64c..afe1ab74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,27 +22,7 @@ extras = dev """ [tool.ruff] -exclude = [ - ".bzr", - ".direnv", - ".eggs", - ".git", - ".hg", - ".mypy_cache", - ".nox", - ".pants.d", - ".ruff_cache", - ".svn", - ".tox", - ".venv", - "__pypackages__", - "_build", - "buck-out", - "build", - "dist", - "node_modules", - "venv", - ".venv", +extend-exclude = [ "scripts", ]