Skip to content

Commit

Permalink
[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/markdownlint/markdownlint: v0.11.0 → v0.12.0](markdownlint/markdownlint@v0.11.0...v0.12.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.7.0](astral-sh/ruff-pre-commit@v0.1.3...v0.7.0)
- [github.com/psf/black-pre-commit-mirror: 23.10.1 → 24.10.0](psf/black-pre-commit-mirror@23.10.1...24.10.0)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 6c93988 commit 6ac09e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-toml
- id: trailing-whitespace
Expand All @@ -17,20 +17,20 @@ repos:
- id: check-merge-conflict
- id: fix-byte-order-marker
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
# Versions must be kept in sync with lockfile
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.3'
rev: 'v0.7.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint

0 comments on commit 6ac09e2

Please sign in to comment.