Skip to content

Commit

Permalink
[ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
keenborder786 committed Jun 5, 2024
1 parent a103c5e commit 1ffe8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PYTHON_FILES=src
PYTHON_FILES=./src
lint:
pwd
poetry run ruff $(PYTHON_FILES)
poetry run mypy $(PYTHON_FILES)

Expand Down

0 comments on commit 1ffe8ae

Please sign in to comment.