Skip to content

Commit

Permalink
Fix bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 18, 2024
1 parent a1c4cad commit 4816bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ default:
# Recipe to run mypy for type checking
mypy:
@echo "Running mypy..."
{{python}} -m mypy --check-untyped-defs --ignore-missing-imports python/restate_sdk/
{{python}} -m mypy --check-untyped-defs --ignore-missing-imports python/restate/

# Recipe to run pylint for linting
pylint:
@echo "Running pylint..."
{{python}} -m pylint python/restate_sdk
{{python}} -m pylint python/restate

test:
@echo "Running Python tests..."
Expand Down

0 comments on commit 4816bf7

Please sign in to comment.