Skip to content

Commit

Permalink
feat: add debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 26, 2024
1 parent 65c51b4 commit 9a546d0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,11 @@ Tracker = "https://github.com/fredrikaverpil/creosote/issues"
creosote = "creosote.cli:main"

[dependency-groups]
lint = [ "ruff>=0.7.4" ]
typing = [
"loguru-mypy>=0.0.4",
"mypy>=1.14.0",
]
test = [
"pytest-mock>=3.14.0",
"pytest>=8.3.4",
"coverage>=7.6.1",
]
lsp = [ "basedpyright>=1.23.1" ]
lint = ["ruff>=0.7.4"]
typing = ["loguru-mypy>=0.0.4", "mypy>=1.14.0"]
test = ["pytest-mock>=3.14.0", "pytest>=8.3.4", "coverage>=7.6.1"]
lsp = ["basedpyright>=1.23.1"]
dap = ["debugpy>=1.8.11"]

[tool.ruff]
src = ["src", "tests"]
Expand Down

0 comments on commit 9a546d0

Please sign in to comment.