Skip to content

Commit

Permalink
Move 'exclude' section to ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 10, 2025
1 parent 1ab47c2 commit ca2ae48
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ca2ae48

Please sign in to comment.