mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-02-13 11:47:21 +00:00
fix: update python version and improve cross-platform paths (#6)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
target-version = "py311"
|
||||
target-version = "py313"
|
||||
|
||||
[project]
|
||||
requires-python = ">=3.13.2"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I", "B", "UP", "C4", "T20"]
|
||||
|
||||
Reference in New Issue
Block a user