Skip to content

Commit 29a0708

Browse files
committed
Update pre-commit
1 parent 68d0b75 commit 29a0708

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.8
16+
rev: v0.15.11
1717
hooks:
1818
- id: ruff-check
1919
args: [--exit-non-zero-on-fix]
2020
- id: ruff-format
2121

2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.33.2
23+
rev: 0.37.1
2424
hooks:
2525
- id: check-dependabot
2626
- id: check-github-workflows
2727

2828
- repo: https://github.com/rhysd/actionlint
29-
rev: v1.7.7
29+
rev: v1.7.12
3030
hooks:
3131
- id: actionlint
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: v2.6.0
34+
rev: v2.21.1
3535
hooks:
3636
- id: pyproject-fmt
3737

3838
- repo: https://github.com/abravalheri/validate-pyproject
39-
rev: v0.24.1
39+
rev: v0.25
4040
hooks:
4141
- id: validate-pyproject
4242

4343
- repo: https://github.com/tox-dev/tox-ini-fmt
44-
rev: 1.6.0
44+
rev: 1.7.1
4545
hooks:
4646
- id: tox-ini-fmt
4747

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@ scripts.blurb = "blurb._cli:main"
4343

4444
[tool.hatch]
4545
version.source = "vcs"
46-
47-
[tool.hatch.build.hooks.vcs]
48-
version-file = "src/blurb/_version.py"
49-
50-
[tool.hatch.version.raw-options]
51-
local_scheme = "no-local-version"
46+
version.raw-options.local_scheme = "no-local-version"
47+
build.hooks.vcs.version-file = "src/blurb/_version.py"
5248

5349
[tool.pyproject-fmt]
5450
max_supported_python = "3.15"

0 commit comments

Comments
 (0)