Skip to content

Commit b7dc02f

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
* [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 <[email protected]>
1 parent 2cccb20 commit b7dc02f

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 24.4.0
8+
rev: 24.4.2
99
hooks:
1010
- id: black
1111

@@ -20,11 +20,11 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: 1.8.0
23+
rev: 2.1.3
2424
hooks:
2525
- id: pyproject-fmt
2626

2727
- repo: https://github.com/abravalheri/validate-pyproject
28-
rev: v0.16
28+
rev: v0.18
2929
hooks:
3030
- id: validate-pyproject

pyproject.toml

+11-9
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ keywords = [
1818
"translation",
1919
"utilities",
2020
]
21-
license = {text = "MIT"}
22-
authors = [{name = "egeakman", email = "[email protected]"}]
21+
license = { text = "MIT" }
22+
authors = [
23+
{ name = "egeakman", email = "[email protected]" },
24+
]
2325
requires-python = ">=3.10"
2426
classifiers = [
2527
"Development Status :: 5 - Production/Stable",
@@ -41,15 +43,15 @@ dynamic = [
4143
dependencies = [
4244
"sphinx",
4345
]
44-
[project.urls]
45-
Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
46-
Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
47-
Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
48-
[project.scripts]
49-
bootstrapper = "bootstrapper.bootstrapper:main"
46+
urls.Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
47+
urls.Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
48+
urls.Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
49+
scripts.bootstrapper = "bootstrapper.bootstrapper:main"
5050

5151
[tool.hatch.build]
52-
packages = ["bootstrapper"]
52+
packages = [
53+
"bootstrapper",
54+
]
5355
isolated = true
5456

5557
[tool.hatch.build.force-include]

0 commit comments

Comments
 (0)