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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v4.0.0 → v4.1.0](commitizen-tools/commitizen@v4.0.0...v4.1.0)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.5](rhysd/actionlint@v1.7.4...v1.7.5)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.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.8.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.2...v0.8.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent 03d200d commit 3b2081a
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 @@ -4,19 +4,19 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

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

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17 # 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 @@ -42,24 +42,24 @@ repos:
- id: check-github-workflows

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

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.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.8.2
rev: v0.8.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 3b2081a

Please sign in to comment.