Skip to content

Commit d82f3b8

Browse files
chore: update pre-commit hooks (#82)
* chore: update pre-commit hooks updates: - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.13.9](commitizen-tools/commitizen@v4.11.1...v4.13.9) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1) * style: pre-commit fixes * chore: remove shebang from noxfile.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent 4aa4e68 commit d82f3b8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/commitizen-tools/commitizen
8-
rev: v4.11.1
8+
rev: v4.13.9
99
hooks:
1010
- id: commitizen
1111
additional_dependencies: [cz-conventional-gitmoji]
@@ -44,14 +44,14 @@ repos:
4444
args: [--prose-wrap=always]
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: "v0.14.10"
47+
rev: "v0.15.9"
4848
hooks:
4949
- id: ruff-check
5050
args: ["--fix", "--show-fixes"]
5151
- id: ruff-format
5252

5353
- repo: https://github.com/codespell-project/codespell
54-
rev: "v2.4.1"
54+
rev: "v2.4.2"
5555
hooks:
5656
- id: codespell
5757
args: ["--toml", "pyproject.toml"]
@@ -77,7 +77,7 @@ repos:
7777
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.36.0"
80+
rev: "0.37.1"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env -S uv run --script # noqa: EXE001
21
# /// script
32
# dependencies = ["nox", "nox_uv"]
43
# ///

0 commit comments

Comments
 (0)