Skip to content

Commit

Permalink
chore(internal): add lint command (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 6, 2024
1 parent ea3ed7b commit 2ebaf1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ format = { chain = [
"format:ruff" = "ruff format"
"format:isort" = "isort ."

"lint" = { chain = [
"check:ruff",
"typecheck",
]}
"check:ruff" = "ruff ."
"fix:ruff" = "ruff --fix ."

Expand Down

0 comments on commit 2ebaf1d

Please sign in to comment.