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 Apr 16, 2024
1 parent a47f767 commit 2048c35
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ readme = "README.rst"
keywords = [ "documentation", "sphinx", "sphinx-extension",]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[project.license]
file = "LICENSE"

[[project.authors]]
name = "Dominic Davis-Foster"
email = "dominic@davis-foster.co.uk"


[project.license]
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/sphinx-toolbox/sphinx-highlights"
"Issue Tracker" = "https://github.com/sphinx-toolbox/sphinx-highlights/issues"
Expand Down Expand Up @@ -50,6 +49,9 @@ extras = "all"
namespace_packages = [ "sphinxcontrib.default_values",]
allowed_unused = [ "sphinx_panels",]

[tool.dep_checker.name_mapping]
default_values = "sphinxcontrib.default_values"

[tool.sphinx-pyproject]
github_username = "sphinx-toolbox"
github_repository = "sphinx-highlights"
Expand Down Expand Up @@ -143,8 +145,15 @@ show_error_codes = true
[tool.snippet-fmt]
directives = [ "code-block",]

[tool.dep_checker.name_mapping]
default_values = "sphinxcontrib.default_values"
[tool.snippet-fmt.languages.python]
reformat = true

[tool.snippet-fmt.languages.TOML]
reformat = true

[tool.snippet-fmt.languages.ini]

[tool.snippet-fmt.languages.json]

[tool.dependency-dash."requirements.txt"]
order = 10
Expand All @@ -156,13 +165,3 @@ include = false
[tool.dependency-dash."doc-source/requirements.txt"]
order = 30
include = false

[tool.snippet-fmt.languages.python]
reformat = true

[tool.snippet-fmt.languages.TOML]
reformat = true

[tool.snippet-fmt.languages.ini]

[tool.snippet-fmt.languages.json]

0 comments on commit 2048c35

Please sign in to comment.