Skip to content

Commit 8f5a3e9

Browse files
stainless-botmegamanics
authored andcommitted
chore(internal): add lint command (openai#1128)
1 parent c229675 commit 8f5a3e9

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)