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.9.1](astral-sh/ruff-pre-commit@v0.8.0...v0.9.1)
- [github.com/jackdewinter/pymarkdown: v0.9.25 → v0.9.27](jackdewinter/pymarkdown@v0.9.25...v0.9.27)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 0e8945c commit d6de305
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.9.1'
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.27
hooks:
- id: pymarkdown
args:
Expand Down

0 comments on commit d6de305

Please sign in to comment.