Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all setup setup-submodules update-submodules install update clean test lint format help
.PHONY: all setup setup-submodules update-submodules install update clean test lint format help ruff

# Default target
all: help
Expand Down Expand Up @@ -44,6 +44,8 @@ linting:
poetry run ruff check avidtools
@echo "ruff check complete"

ruff: linting

# Run linter
lint: typecheck linting

Expand Down
Loading