Skip to content

Commit

Permalink
style(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.29.1 → v4.1.0](commitizen-tools/commitizen@v3.29.1...v4.1.0)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](hukkin/mdformat@0.7.18...0.7.21)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](rhysd/actionlint@v1.7.4...v1.7.6)
- [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1)
- [github.com/codespell-project/codespell: 2fa406f → v2.3.0](codespell-project/codespell@2fa406f...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.0...v0.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 14, 2025
1 parent 326346d commit b77bea6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-yaml

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.1
rev: v4.1.0
hooks:
- id: commitizen

Expand All @@ -23,7 +23,7 @@ repos:
types: ["ini", "toml", "yaml"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18 # Use the ref you want to point at
rev: 0.7.21 # Use the ref you want to point at
hooks:
- id: mdformat
# Optionally add plugins
Expand All @@ -44,29 +44,29 @@ repos:
args: ["-d relaxed"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.31.0
hooks:
- id: check-github-workflows

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.6
hooks:
- id: actionlint

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/codespell-project/codespell
rev: 2fa406f
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.9.1
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit b77bea6

Please sign in to comment.