Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jan 23, 2025
1 parent c784e0f commit 8e40bb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -37,29 +37,29 @@ repos:
args: ["-d relaxed"]

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

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.7
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.4.0
hooks:
- id: codespell
additional_dependencies:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.9.2
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 8e40bb1

Please sign in to comment.