Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#560)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.5...v0.4.7)
- [github.com/jackdewinter/pymarkdown: v0.9.19 → v0.9.20](jackdewinter/pymarkdown@v0.9.19...v0.9.20)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Grant Ramsay <seapagan@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and seapagan authored Jun 4, 2024
1 parent 9163fac commit 66558d2
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 @@ -12,15 +12,15 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.7
hooks:
- id: ruff
name: "lint with ruff"
- id: ruff-format
name: "format with ruff"

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.19
rev: v0.9.20
hooks:
- id: pymarkdown
name: "check markdown"
Expand Down

0 comments on commit 66558d2

Please sign in to comment.