Skip to content

Commit

Permalink
build: update ruff config in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 6, 2024
1 parent a338806 commit ca2b043
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,10 @@ build-backend = "pdm.pep517.api"
source-includes = ["../../CHANGELOG.md", "../../LICENSE", "../../README.md"]
version = {from = "app/__version__.py"}

[tool.black]
line-length = 88
target-versions = ["py310", "py311"]

[tool.ruff]
target-version = "py310"
fix = true
line-length = 88
target-version = "py310"
exclude = [
".ruff_cache",
"__pypackages__",
Expand Down

0 comments on commit ca2b043

Please sign in to comment.