Skip to content

Commit

Permalink
Don't run deptree
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Nov 18, 2024
1 parent a2c4343 commit abd8e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ check: ## Run code quality tools.
@uv run pre-commit run -a
@echo "🚀 Static type checking: Running mypy"
@uv run mypy
@echo "🚀 Checking for obsolete dependencies: Running deptry"
@uv run deptry .
# @echo "🚀 Checking for obsolete dependencies: Running deptry"
# @uv run deptry .

.PHONY: test
test: ## Test the code with pytest
Expand Down

0 comments on commit abd8e2a

Please sign in to comment.