Skip to content

Commit

Permalink
chore: remove comment add more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Apr 5, 2024
1 parent 59c9ef0 commit b9a3eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion performance-metrics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ teardown:

.PHONY: clean
clean:
rm -rf build dist *.egg-info
rm -rf build dist *.egg-info .mypy_cache .pytest_cache src/performance_metrics.egg-info

.PHONY: wheel
wheel:
Expand Down
1 change: 0 additions & 1 deletion performance-metrics/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ opentrons-shared-data = {file = "../shared-data/python", editable = true}
[dev-packages]
pytest = "==7.2.2"
mypy = "==1.8.0"
# For Github Flavored Markdown
flake8 = "==7.0.0"
flake8-annotations = "~=3.0.1"
flake8-docstrings = "~=1.7.0"
Expand Down

0 comments on commit b9a3eec

Please sign in to comment.