Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 22, 2024
1 parent 350469f commit c39ddfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ name = "mp-pyrho"
readme = "README.md"
requires-python = ">=3.8"

[tool.setuptools_scm]

[project.optional-dependencies]
dev = ["pre-commit==2.17.0"]
docs = [
Expand Down Expand Up @@ -122,10 +124,6 @@ line-ending = "auto"
[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.versioningit.vcs]
default-tag = "0.0.1"
method = "git"

[tool.mypy]
ignore_missing_imports = true
no_strict_optional = true
Expand Down

0 comments on commit c39ddfb

Please sign in to comment.