Skip to content

Commit

Permalink
ruff line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 5, 2024
1 parent ed2a26d commit 36bef07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ build-backend = "hatchling.build"

[tool.black]
line-length = 100
target-version = ['py312']
target-version = ['py313']

[tool.ruff]
src = ["stranger", "tests", "scripts"]

line-length = 100

0 comments on commit 36bef07

Please sign in to comment.