From 38f6263a49e904b6147d863a2e3ed6737421a061 Mon Sep 17 00:00:00 2001 From: David Danier Date: Mon, 14 Aug 2023 12:57:02 +0200 Subject: [PATCH] chore: Remove useless whitespace --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5451500..5f18b5f 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,7 @@ test-all: (poetry "run" "tox") ruff *args: (poetry "run" "ruff" "check" "pydantic_changedetect" "tests" args) -mypy *args: (poetry "run" "mypy" "pydantic_changedetect" args) +mypy *args: (poetry "run" "mypy" "pydantic_changedetect" args) lint: ruff mypy