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 470a1b8 commit b041d3b
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 @@ -33,19 +33,21 @@ classifiers = [
dependencies = [ "hatchling>=0.21.0", "packaging>=21.3",]
dynamic = []

[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/repo-helper/hatch-requirements-txt"
"Issue Tracker" = "https://github.com/repo-helper/hatch-requirements-txt/issues"
"Source Code" = "https://github.com/repo-helper/hatch-requirements-txt"

[project.entry-points.hatch]
requirements_txt = "hatch_requirements_txt"

[tool.mkrecipe]
conda-channels = [ "conda-forge", "domdfcoding",]
extras = "all"
Expand Down Expand Up @@ -76,8 +78,15 @@ show_error_codes = true
[tool.snippet-fmt]
directives = [ "code-block",]

[project.entry-points.hatch]
requirements_txt = "hatch_requirements_txt"
[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 @@ -96,16 +105,6 @@ exclude = [
"doc-source",
]

[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.hatch.build.sdist]
include = [ "hatch_requirements_txt", "requirements.txt",]

Expand Down

0 comments on commit b041d3b

Please sign in to comment.