Skip to content

Commit 4c021c0

Browse files
chore(internal): add lint command (#1128)
1 parent 98d4e59 commit 4c021c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ format = { chain = [
7575
"format:ruff" = "ruff format"
7676
"format:isort" = "isort ."
7777

78+
"lint" = { chain = [
79+
"check:ruff",
80+
"typecheck",
81+
]}
7882
"check:ruff" = "ruff ."
7983
"fix:ruff" = "ruff --fix ."
8084

0 commit comments

Comments
 (0)