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:
@@ -3,6 +3,8 @@
|
|||||||
## [unreleased] --
|
## [unreleased] --
|
||||||
|
|
||||||
* Added changelog to docs
|
* 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
|
## [2.3.1] -- 2024-07-06
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ addopts = """
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
target-version = "py310"
|
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
|
|||||||
Reference in New Issue
Block a user