Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.4...v0.8.4)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.20.0](alessandrojcm/commitlint-pre-commit-hook@v9.18.0...v9.20.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
- [github.com/jsh9/pydoclint: 0.5.9 → 0.5.14](jsh9/pydoclint@0.5.9...0.5.14)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent e8724cf commit 6650af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
skip: [poetry-lock]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.4
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -58,14 +58,14 @@ repos:
exclude: "CHANGELOG.md"

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.18.0
rev: v9.20.0
hooks:
- id: commitlint
additional_dependencies: ["@commitlint/config-conventional@18.6.3"]
stages: [commit-msg]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.14.0"
hooks:
- id: mypy
args:
Expand Down Expand Up @@ -98,7 +98,7 @@ repos:
- id: beautysh

- repo: https://github.com/jsh9/pydoclint
rev: 0.5.9
rev: 0.5.14
hooks:
- id: pydoclint

Expand Down

0 comments on commit 6650af7

Please sign in to comment.