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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.3.3
hooks:
- id: cspell
- repo: https://github.com/pycqa/isort
rev: 6.1.0
rev: 7.0.0
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
rev: 25.11.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -72,7 +72,7 @@ repos:
- xxhash

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.13.3"
rev: "v0.14.7"
hooks:
- id: ruff
args: [
Expand All @@ -89,7 +89,7 @@ repos:
]

- repo: https://github.com/pycqa/pylint
rev: v3.3.9
rev: v4.0.4
hooks:
- id: pylint
args:
Expand Down Expand Up @@ -131,7 +131,7 @@ repos:
stages: [manual]
pass_filenames: false
- repo: https://github.com/jazzband/pip-tools
rev: v7.5.1
rev: v7.5.2
hooks:
- id: pip-compile
name: pip-combile -> constraints.txt
Expand Down
Loading