Skip to content

Commit 290d5a8

Browse files
author
Dev Bear
committed
chore(py): no reason to enforce straight latest
1 parent 0c4f601 commit 290d5a8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies = [
1010

1111
[dependency-groups]
1212
dev = [
13-
"build>=1.2.2.post1",
13+
"build>=1.2.2",
1414
"ruff>=0.11.8",
1515
]
1616

1717
[tool.ruff]
18-
target-version = "py313"
18+
target-version = "py310"
1919
line-length = 88
2020
fix = true
2121
show-fixes = true

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)