Skip to content

Commit

Permalink
chore: Remove useless whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Aug 14, 2023
1 parent e181137 commit f7dafd8
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 @@ -32,7 +32,7 @@ test-all: (poetry "run" "tox")

ruff *args: (poetry "run" "ruff" "check" "pydantic_apply" "tests" args)

mypy *args: (poetry "run" "mypy" "pydantic_apply" args)
mypy *args: (poetry "run" "mypy" "pydantic_apply" args)

lint: ruff mypy

Expand Down

0 comments on commit f7dafd8

Please sign in to comment.