mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
uv config
This commit is contained in:
+15
-2
@@ -5,8 +5,21 @@ description = "This is the way"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"flake8>=7.3.0",
|
||||
"mypy>=1.19.1",
|
||||
"numpy>=2.2.6",
|
||||
"pydantic>=2.12.5",
|
||||
]
|
||||
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.19.1",
|
||||
"flake8>=7.3.0",
|
||||
]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.10"
|
||||
exclude = [
|
||||
".venv",
|
||||
"venv",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user