Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Pinned Ruff version used by requirements.txt.
rev: v0.14.13
rev: v0.15.9
hooks:
- id: ruff
name: lint with ruff
Expand All @@ -71,7 +71,7 @@ repos:
name: format with ruff

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.20.0
rev: v0.22.0
hooks:
- id: markdownlint-cli2
name: Lint markdown files
Expand Down
Loading