Skip to content

Commit ace3d81

Browse files
pre-commit-ci[bot]Copilotnstarman
authored
chore: update pre-commit hooks (#48)
* 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/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [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) * fix: restore py3.9-compatible pre-commit hook revisions Agent-Logs-Url: https://github.com/GalacticDynamics/optional_dependencies/sessions/a53b9597-93b1-4af0-ac1f-b2344ffc1e61 Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
1 parent 06a6bee commit ace3d81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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]
@@ -39,7 +39,7 @@ repos:
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.14.10"
42+
rev: "v0.15.9"
4343
hooks:
4444
# Run the linter
4545
- id: ruff-check
@@ -59,7 +59,7 @@ repos:
5959
- pytest
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: "v2.4.1"
62+
rev: "v2.4.2"
6363
hooks:
6464
- id: codespell
6565
args: ["--toml", "pyproject.toml"]

0 commit comments

Comments
 (0)