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 e69c00d commit 985e969
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,20 +10,22 @@ readme = "README.rst"
keywords = [ "tox",]
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/python-coincidence/tox-recreate-hook"
"Issue Tracker" = "https://github.com/python-coincidence/tox-recreate-hook/issues"
"Source Code" = "https://github.com/python-coincidence/tox-recreate-hook"
Documentation = "https://tox-recreate-hook.readthedocs.io/en/latest"

[project.entry-points.tox]
recreate = "tox_recreate_hook"

[tool.whey]
base-classifiers = [
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -130,8 +132,15 @@ show_error_codes = true
[tool.snippet-fmt]
directives = [ "code-block",]

[project.entry-points.tox]
recreate = "tox_recreate_hook"
[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 @@ -143,13 +152,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 985e969

Please sign in to comment.