Skip to content

Commit

Permalink
build: configure ruff linter in pyproject.toml
Browse files Browse the repository at this point in the history
Generated-by: aiautocommit
  • Loading branch information
iloveitaly committed Jan 20, 2025
1 parent 5a2a49e commit 18757be
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 @@ -30,3 +30,7 @@ dev = [
"pydantic>=2.10.0",
"fastapi[standard]>=0.115.6",
]

[tool.ruff]
extend-exclude = ["playground.py"]
force-exclude = true

0 comments on commit 18757be

Please sign in to comment.