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/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.0...v0.8.6)
- [github.com/jackdewinter/pymarkdown: v0.9.25 → v0.9.26](jackdewinter/pymarkdown@v0.9.25...v0.9.26)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 0e8945c commit c240d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Keep in sync with .github/workflows/ruff.yml
rev: 'v0.8.0'
rev: 'v0.8.6'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.25
rev: v0.9.26
hooks:
- id: pymarkdown
args:
Expand Down

0 comments on commit c240d2c

Please sign in to comment.