Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jun 21, 2024
1 parent 7477989 commit 29309ee
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 @@ -29,13 +29,13 @@ repos:
types_or: [markdown, yaml]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: "v0.40.0"
rev: "v0.41.0"
hooks:
- id: markdownlint
args: [--disable=MD013]

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

0 comments on commit 29309ee

Please sign in to comment.