Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
keenborder786 committed Jun 15, 2024
1 parent 8f478a0 commit 99453ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_FILES=.
PYTHON_FILES=./src
lint:
poetry run ruff $(PYTHON_FILES)
poetry run mypy $(PYTHON_FILES)
Expand Down

0 comments on commit 99453ea

Please sign in to comment.