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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:

# NOTE For config options check this: https://editorconfig-checker.github.io
- repo: https://github.com/editorconfig-checker/editorconfig-checker
rev: v3.6.0
rev: v3.6.1
hooks:
- id: editorconfig-checker

Expand All @@ -57,7 +57,7 @@ repos:

# NOTE See BUG https://github.com/crate-ci/typos/issues/390
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.42.1
rev: v1.44.0
hooks:
- id: typos
# NOTE Override hook provided args to prevent automatic
Expand All @@ -66,7 +66,7 @@ repos:
stages: *spell-check-stages

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.14.14
rev: v0.15.4
hooks:
- id: ruff

Expand All @@ -82,7 +82,7 @@ repos:
- id: sphinx-lint

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.24.1
rev: v0.25
hooks:
- id: validate-pyproject

Expand Down