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
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
- hooks:
- args:
- --in-place
Expand All @@ -35,12 +35,12 @@ repos:
files: \.(md|py)$

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.8.0
rev: v3.1.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 7.0.0
hooks:
- id: isort
name: isort (python)
Expand All @@ -50,16 +50,16 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 25.1.0
rev: 25.9.0
- hooks:
- id: blacken-docs
args: [-l80]
repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1
rev: 1.20.0


- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand All @@ -73,7 +73,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.3
rev: v4.9.1


# - repo: https://github.com/PyCQA/docformatter
Expand All @@ -87,13 +87,13 @@ repos:
- id: validate-pyproject

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2025.04.28
rev: 2025.11.02
hooks:
- id: validate-pyproject


- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
hooks:
- id: actionlint

Expand Down
Loading