1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

remove ruff's target-version

This commit is contained in:
Bastian Venthur
2024-10-10 16:18:52 +02:00
parent 8112d9fb30
commit 12db99f20a
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
## [unreleased] --
* Added changelog to docs
* removed ruff's target-version from pyproject.toml, this value defaults to the
projects requires-python
## [2.3.1] -- 2024-07-06

View File

@@ -65,7 +65,6 @@ addopts = """
[tool.ruff]
line-length = 79
target-version = "py310"
[tool.ruff.lint]
select = [