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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
types: [python, yaml, markdown]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.21.0
rev: v0.22.1
hooks:
- id: markdownlint-cli2
args: []
Expand All @@ -32,13 +32,13 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.15.4
rev: v0.15.15
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.1.0
rev: 26.5.1
hooks:
- id: black
types: [python]
Expand All @@ -54,12 +54,12 @@ repos:
- black==22.12.0

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
rev: v3.8.3
hooks:
- id: prettier

Expand Down
Loading