Browse Source

uv add --dev black pytest coverage mypy pylint

Sam Jaffe 1 tháng trước cách đây
mục cha
commit
f06f958697
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      pyproject.toml

+ 12 - 0
pyproject.toml

@@ -5,3 +5,15 @@ description = "Python based tool for operating CI Pipelines"
 readme = "README.md"
 requires-python = ">=3.14"
 dependencies = []
+
+[dependency-groups]
+dev = [
+    "black>=26.3.1",
+    "coverage>=7.13.5",
+    "mypy>=1.19.1",
+    "pylint>=4.0.5",
+    "pytest>=9.0.2",
+]
+
+[tool.mypy]
+mypy_path = "src/"