Skip to content

Commit

Permalink
Merge pull request #148 from jorenham/poe/clean-more
Browse files Browse the repository at this point in the history
include more cache directories in the `poe clean` dev command
  • Loading branch information
jorenham authored Oct 31, 2024
2 parents d5ee5c4 + 114b963 commit 7aeb9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ type = "poetry"
[tool.poe.tasks]
clean = """
rm -rf
codegen/*.pyc
codegen/__pycache__
scipy-stubs/**/*.pyc
scipy-stubs/**/__pycache__
./**/.mypy_cache
./**/.ruff_cache
./**/.tox
"""
_mdformat = "mdformat --check CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md"
_ruff_format = "ruff format"
Expand Down

0 comments on commit 7aeb9d2

Please sign in to comment.