Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 83f6223 commit 6784971
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,27 @@ urls.Homepage = "https://github.com/tox-dev/toml-fmt-common"
urls.Source = "https://github.com/tox-dev/toml-fmt-common"
urls.Tracker = "https://github.com/tox-dev/toml-fmt-common/issues"

[dependency-groups]
dev = [
{ include-group = "test" },
{ include-group = "type" },
]
test = [
"covdefaults>=2.3",
"pytest>=8.3.2",
"pytest-cov>=5",
"pytest-mock>=3.14",
]
type = [
"mypy==1.11.2",
{ include-group = "test" },
]
pkg-meta = [
"check-wheel-contents>=0.6",
"twine>=5.1.1",
"uv>=0.4.17",
]

[tool.hatch]
version.source = "vcs"

Expand Down Expand Up @@ -112,24 +133,3 @@ run.plugins = [
[tool.mypy]
show_error_codes = true
strict = true

[dependency-groups]
dev = [
{ include-group = "test" },
{ include-group = "type" },
]
pkg-meta = [
"check-wheel-contents>=0.6",
"twine>=5.1.1",
"uv>=0.4.17",
]
test = [
"covdefaults>=2.3",
"pytest>=8.3.2",
"pytest-cov>=5",
"pytest-mock>=3.14",
]
type = [
"mypy==1.11.2",
{ include-group = "test" },
]

0 comments on commit 6784971

Please sign in to comment.