We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd72e9 commit 20814abCopy full SHA for 20814ab
2 files changed
a4d-python/pyproject.toml
@@ -25,13 +25,15 @@ dependencies = [
25
"python-dateutil>=2.8.0",
26
]
27
28
-[project.optional-dependencies]
+
29
+[dependency-groups]
30
dev = [
- "pytest>=8.0.0",
31
- "pytest-cov>=4.1.0",
32
- "ruff>=0.2.0",
33
- "ty>=0.1.0",
34
- "pre-commit>=3.6.0",
+ "pre-commit>=4.3.0",
+ "pytest>=8.4.2",
+ "pytest-cov>=7.0.0",
+ "pytest-mock>=3.15.1",
35
+ "ruff>=0.14.1",
36
+ "ty>=0.0.1a23",
37
38
39
[project.scripts]
@@ -44,7 +46,7 @@ build-backend = "hatchling.build"
44
46
[tool.ruff]
45
47
line-length = 100
48
target-version = "py311"
-select = [
49
+lint.select = [
50
"E", # pycodestyle errors
51
"W", # pycodestyle warnings
52
"F", # pyflakes
0 commit comments