Skip to content

Commit

Permalink
chore: add clean script to remove unnecessary files (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Nov 13, 2023
1 parent ae06161 commit 7f98045
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Expand Up @@ -80,6 +80,13 @@ darglint = """
-not -path "./.git/*" \
| xargs poetry run darglint -v 2\
"""
clean = """
rm -rf **/*.pyc
rm -rf **/__pycache__
rm -rf **/.pytest_cache
rm -rf **/.mypy_cache
rm -rf *id2iri_mapping*.json
"""


[build-system]
Expand Down

0 comments on commit 7f98045

Please sign in to comment.