Skip to content

Commit

Permalink
clean ruff cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 28, 2025
1 parent 4a808aa commit 78783d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ change_dir = {toxinidir}
commands_pre =
commands =
coverage erase
rm -rf tests/output/ htmlcov/ .mypy_cache/ complexity/
rm -rf tests/output/ htmlcov/ .mypy_cache/ complexity/ .ruff_cache/

[testenv:complexity-report]
labels = future-lint
Expand Down

0 comments on commit 78783d8

Please sign in to comment.