Skip to content

Commit

Permalink
Remove unnecessary directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 3, 2024
1 parent 1d70cf9 commit 9d3d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup-docs: generic-setup

# Check if the project is following the guidelines
check:
.venv/bin/mypy src/knuckles
.venv/bin/mypy src
.venv/bin/ruff check --fix
.venv/bin/ruff format

Expand Down

0 comments on commit 9d3d7e2

Please sign in to comment.