From 5998997b33f240de352142902cc45d4d062fc292 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:32:11 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.2) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.3](https://github.com/tox-dev/pyproject-fmt/compare/1.8.0...2.1.3) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.18) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e92eb6d..8fdae83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 From 23a2834cb85642a5ef9c580c5309d9af4654b007 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:32:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da0d123..0fbcf5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -40,15 +42,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]