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 f41aa6b commit 1ab47c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
line-length = 120

# Exclude a variety of commonly ignored directories.
exclude = [
".eggs",
".git",
".ruff_cache",
".venv",
"__pycache__",
"__pypackages__",
"venv",
]


[format]
quote-style = "single"

Expand Down

0 comments on commit 1ab47c2

Please sign in to comment.