Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#14)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2)
- [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.3](tox-dev/pyproject-fmt@1.8.0...2.1.3)
- [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ege Akman <me@egeakman.dev>
  • Loading branch information
pre-commit-ci[bot] and egeakman committed Jun 7, 2024
1 parent 2cccb20 commit b7dc02f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black

Expand All @@ -20,11 +20,11 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.8.0
rev: 2.1.3
hooks:
- id: pyproject-fmt

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject
20 changes: 11 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ keywords = [
"translation",
"utilities",
]
license = {text = "MIT"}
authors = [{name = "egeakman", email = "me@egeakman.dev"}]
license = { text = "MIT" }
authors = [
{ name = "egeakman", email = "me@egeakman.dev" },
]
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -41,15 +43,15 @@ dynamic = [
dependencies = [
"sphinx",
]
[project.urls]
Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
[project.scripts]
bootstrapper = "bootstrapper.bootstrapper:main"
urls.Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
urls.Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
urls.Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
scripts.bootstrapper = "bootstrapper.bootstrapper:main"

[tool.hatch.build]
packages = ["bootstrapper"]
packages = [
"bootstrapper",
]
isolated = true

[tool.hatch.build.force-include]
Expand Down

0 comments on commit b7dc02f

Please sign in to comment.