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 @@ -14,18 +14,18 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/rbubley/mirrors-prettier
# keep it before yamllint
rev: v3.5.3
rev: v3.6.2
hooks:
- id: prettier
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.0.1
rev: v9.2.0
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v5.0.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down Expand Up @@ -56,12 +56,12 @@ repos:
alias: toml

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.5.0
rev: 1.6.0
hooks:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.12
rev: v0.12.11
hooks:
- id: ruff
args:
Expand All @@ -75,7 +75,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.0
rev: v1.17.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -84,14 +84,14 @@ repos:
- pytest>=6.1.2
- enrich>=1.2.5
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.401
rev: v1.1.404
hooks:
- id: pyright
additional_dependencies:
- pytest>=6.1.2
- enrich>=1.2.5
- repo: https://github.com/pycqa/pylint
rev: v3.3.7
rev: v3.3.8
hooks:
- id: pylint
additional_dependencies:
Expand Down
Loading