From ca2ae485489ae6103e8d91ac4db04185f4e9d33a Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Fri, 10 Jan 2025 11:38:38 -0700 Subject: [PATCH] Move 'exclude' section to ruff.toml --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f69e94..72e0d33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,16 +19,5 @@ dev = [ "sphinx" ] -# Exclude a variety of commonly ignored directories. -exclude = [ - ".eggs", - ".git", - ".ruff_cache", - ".venv", - "__pycache__", - "__pypackages__", - "venv", -] - # Always generate Python 3.12-compatible code. target-version = "py312"