Skip to content

Commit cdaa7c9

Browse files
ci: pre-commit autoupdate (#150)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6aaa9f commit cdaa7c9

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.13
9+
rev: v0.14.14
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
1313
- id: ruff-check
1414
args: [--preview, --select=CPY]
1515
- id: ruff-format
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: v2.11.1
17+
rev: v2.12.1
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ mypy = [
6666
{ include-group = "test" },
6767
]
6868

69-
[tool.hatch.version]
70-
source = "vcs"
71-
raw-options = { local_scheme = "no-local-version" } # be able to publish dev version
72-
73-
[tool.hatch.metadata.hooks.fancy-pypi-readme]
74-
content-type = "text/x-rst"
75-
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
76-
path = "README.rst"
77-
start-after = ".. begin"
78-
79-
[tool.hatch.metadata.hooks.docstring-description]
80-
8169
[tool.hatch.build.targets.wheel]
8270
packages = [ "src/testing", "src/fast_array_utils" ]
8371

@@ -118,6 +106,18 @@ python = [ "3.12" ]
118106
extras = [ "full" ]
119107
resolution = [ "lowest" ]
120108

109+
[tool.hatch.metadata.hooks.docstring-description]
110+
111+
[tool.hatch.metadata.hooks.fancy-pypi-readme]
112+
content-type = "text/x-rst"
113+
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
114+
path = "README.rst"
115+
start-after = ".. begin"
116+
117+
[tool.hatch.version]
118+
source = "vcs"
119+
raw-options = { local_scheme = "no-local-version" } # be able to publish dev version
120+
121121
[tool.uv]
122122
override-dependencies = [ "sphinx>=9.0.1" ]
123123

0 commit comments

Comments
 (0)