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 Jul 29, 2024
1 parent 331167a commit 3e08eb9
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ keywords = [
"dict",
"machine-learning",
]
license = {file = "LICENSE"}
license = { file = "LICENSE" }
maintainers = [
{name = "Zhiyuan Chen", email = "[email protected]"},
{ name = "Zhiyuan Chen", email = "[email protected]" },
]
authors = [
{name = "Zhiyuan Chen", email = "[email protected]"},
{name = "Evian C. Liu", email = "[email protected]"},
{ name = "Zhiyuan Chen", email = "[email protected]" },
{ name = "Evian C. Liu", email = "[email protected]" },
]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -46,17 +46,15 @@ dependencies = [
"pyyaml",
"typing-extensions",
]
[project.optional-dependencies]
include = [
optional-dependencies.include = [
"pyyaml-include",
]
[project.urls]
documentation = "https://chanfig.danling.org"
homepage = "https://chanfig.danling.org"
repository = "https://github.com/ZhiyuanChen/CHANfiG"
urls.documentation = "https://chanfig.danling.org"
urls.homepage = "https://chanfig.danling.org"
urls.repository = "https://github.com/ZhiyuanChen/CHANfiG"

[tool.setuptools]
packages = ["chanfig"]
packages = [ "chanfig" ]

[tool.setuptools_scm]
write_to = "chanfig/_version.py"
Expand Down Expand Up @@ -93,10 +91,10 @@ addopts = "--doctest-modules --cov"

[tool.coverage.run]
branch = true
include = ["chanfig/**"]
include = [ "chanfig/**" ]

[tool.coverage.paths]
source = ["chanfig"]
source = [ "chanfig" ]

[tool.coverage.xml]
output = "coverage.xml"
Expand Down

0 comments on commit 3e08eb9

Please sign in to comment.