Skip to content

Commit

Permalink
Merge pull request #434 from ForgeFlow/ignore-ruff-cache
Browse files Browse the repository at this point in the history
[IMP] Store ruff's cache in ~/.cache/ruff
  • Loading branch information
pedrobaeza authored Dec 7, 2023
2 parents 56ea28e + 5d04486 commit da2eebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruff.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
target-version = "py310"
fix = true
cache-dir = "~/.cache/ruff"

[lint]
extend-select = [
Expand Down

0 comments on commit da2eebd

Please sign in to comment.