diff --git a/justfile b/justfile index 1f1286d..75a75d6 100644 --- a/justfile +++ b/justfile @@ -40,7 +40,7 @@ lint_python: black --check website isort --check website flake8 website - mypy website + mypy website --show-error-codes @lint_node: npm run lint