From 9d3d7e2e4f445affb0d089ddcacac9ff8c5aa3c3 Mon Sep 17 00:00:00 2001 From: Kutu Date: Mon, 3 Jun 2024 16:40:48 +0200 Subject: [PATCH] Remove unnecessary directory path --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 212eff6..543c11f 100644 --- a/justfile +++ b/justfile @@ -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