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
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@ ci:
autoupdate_comit_msg: 'chore: pre-commit autoupdate'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.4.1
hooks:
- id: codespell
entry: codespell -I .codespell-ignore-words.txt
exclude: ^test/data/.*$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.37.1
hooks:
- id: yamllint
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
rev: v6.2.5
hooks:
- id: rstcheck
additional_dependencies:
- sphinx
- tomli
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.4.1
hooks:
- id: codespell
entry: codespell -I .codespell-ignore-words.txt
exclude: ^test/data/.*$
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 23.11.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.14.10
hooks:
- id: ruff
args:
Expand Down
Loading