File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
8270packages = [ " src/testing" , " src/fast_array_utils" ]
8371
@@ -118,6 +106,18 @@ python = [ "3.12" ]
118106extras = [ " full" ]
119107resolution = [ " 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 ]
122122override-dependencies = [ " sphinx>=9.0.1" ]
123123
You can’t perform that action at this time.
0 commit comments