mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
uv-again
This commit is contained in:
@ -45,6 +45,12 @@ euler-validate = [
|
||||
"numpy>=2.1.3",
|
||||
"requests>=2.32.3",
|
||||
]
|
||||
dev = [
|
||||
"pytest>=8.3.4",
|
||||
]
|
||||
lint = [
|
||||
"ruff>=0.9.6",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
|
Reference in New Issue
Block a user