Skip to content

Commit

Permalink
add lint tool with ruff
Browse files Browse the repository at this point in the history
Signed-off-by: samzong.lu <[email protected]>
  • Loading branch information
samzong committed May 26, 2024
1 parent 37f25c6 commit 62a05bb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
41 changes: 36 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python = "^3.10"
uvicorn = "^0.17.4"
fastapi = "^0.73.0"
pydantic = "^1.9.0"
ruff = "^0.4.5"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 62a05bb

Please sign in to comment.