Skip to content

Commit b458a50

Browse files
authored
Update ruff (#70)
1 parent bbab5fb commit b458a50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ auto-typing-final = "auto_typing_final.main:main"
2323
auto-typing-final-lsp-server = "auto_typing_final.lsp:main"
2424

2525
[dependency-groups]
26-
dev = ["mypy==1.13.0", "pytest==8.3.3", "pytest-cov==5.0.0", "ruff==0.7.1"]
26+
dev = ["mypy==1.13.0", "pytest==8.3.3", "pytest-cov==5.0.0", "ruff==0.8.0"]
2727

2828
[build-system]
2929
requires = ["hatchling", "hatch-vcs"]
@@ -39,7 +39,6 @@ warn_unused_ignores = true
3939
strict = true
4040

4141
[tool.ruff]
42-
target-version = "py310"
4342
fix = true
4443
unsafe-fixes = true
4544
line-length = 120

0 commit comments

Comments
 (0)