diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b410d9..fa3d1ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.1 + rev: v4.13.9 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] @@ -44,14 +44,14 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.15.9" hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell args: ["--toml", "pyproject.toml"] @@ -77,7 +77,7 @@ repos: # additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.36.0" + rev: "0.37.1" hooks: - id: check-dependabot - id: check-github-workflows diff --git a/noxfile.py b/noxfile.py index dc17fab..b8d54f2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,4 +1,3 @@ -#!/usr/bin/env -S uv run --script # noqa: EXE001 # /// script # dependencies = ["nox", "nox_uv"] # ///