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: v3.21.3 → v3.30.1](commitizen-tools/commitizen@v3.21.3...v3.30.1)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18)
- [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.4](python-jsonschema/check-jsonschema@0.28.1...0.29.4)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.7.3](astral-sh/ruff-pre-commit@v0.3.5...v0.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent eb13136 commit 739ba32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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: v3.21.3
rev: v3.30.1
hooks:
- id: commitizen

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

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

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

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.0
hooks:
- id: pyupgrade

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

0 comments on commit 739ba32

Please sign in to comment.