From 052be3e4d62fb820c92a3fd61f03a68d543f7705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 2 Aug 2024 22:34:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20lint=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lint.sh b/scripts/lint.sh index 75761f1b6a..a4b1e96154 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -4,5 +4,5 @@ set -e set -x mypy typer -ruff check typer tests docs_src -ruff format typer tests docs_src --check +ruff check typer tests docs_src scripts +ruff format typer tests docs_src scripts --check