Skip to content

Commit

Permalink
build(pyproject): setup default install groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Jan 31, 2025
1 parent fa5fd49 commit 755777f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "markdown-mermaidjs"
version = "1.0.0"
authors = [
{ name = "Wei Lee", email = "weilee.rx@gmail.com" },
{ name = "Owyn Richen", email = "owynrichen@gmail.com" }
{ name = "Owyn Richen", email = "owynrichen@gmail.com" },
]
description = "Python-Markdown extension to add Mermaid graph"
license = "GPL-3.0-only"
Expand Down Expand Up @@ -38,15 +38,14 @@ test = [
"pytest-cov>=6.0.0",
"pytest-mock>=3.14.0",
]
style = [
"mypy>=1.14.1",
"ruff>=0.9.2",
"types-markdown>=3.7.0.20241204",
]
style = ["mypy>=1.14.1", "ruff>=0.9.2", "types-markdown>=3.7.0.20241204"]
security = ["bandit>=1.2.2", "pip-audit>=2.7.3"]
git = ["commitizen>=4.1.0", "pre-commit>=4.0.1"]
doc = ["mkdocs>=1.6.1", "mkdocs-material>=9.5.50"]

[tool.uv]
default-groups = ["dev", "test", "style", "security", "git"]


[tool.commitizen]
name = "cz_conventional_commits"
Expand Down

0 comments on commit 755777f

Please sign in to comment.