From 86d3249e3228c8092b711e852641e2edb2cc8cad Mon Sep 17 00:00:00 2001 From: Calychas Date: Sun, 26 Mar 2023 17:00:49 +0200 Subject: [PATCH] chore: remove unnecessary exclude --- pyproject.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a46c010f..ecb7c54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,29 +131,8 @@ select = [ # "ANN", # flake8-annotations ] ignore = ["D212"] -exclude = [ - ".bzr", - ".direnv", - ".eggs", - ".git", - ".hg", - ".mypy_cache", - ".nox", - ".pants.d", - ".pytype", - ".ruff_cache", - ".svn", - ".tox", - ".venv", - "__pypackages__", - "_build", - "buck-out", - "build", - "dist", - "node_modules", - "venv", +extend-exclude = [ "old", - "__pycache__" ] [tool.ruff.pydocstyle]