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 @@ -17,17 +17,17 @@ repos:
additional_dependencies:
- wemake-python-styleguide
- repo: https://github.com/PyCQA/isort
rev: '7.0.0'
rev: '8.0.1'
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: '25.12.0'
rev: '26.3.1'
hooks:
- id: black
language_version: python3 # Should be a command that runs python

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.36.0
rev: 0.37.1
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -82,19 +82,19 @@ repos:
exclude: "^docs/"

- repo: https://github.com/codespell-project/codespell.git
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint
args:
- --strict

- repo: https://github.com/MarcoGorelli/cython-lint.git
rev: v0.18.1
rev: v0.19.0
hooks:
- id: cython-lint

Expand All @@ -107,7 +107,7 @@ repos:
^[^/]+[.]rst$

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.19.1
rev: v1.20.0
hooks:
- id: mypy
alias: mypy-py311
Expand All @@ -130,7 +130,7 @@ repos:
pass_filenames: false

- repo: https://github.com/rhysd/actionlint.git
rev: v1.7.10
rev: v1.7.12
hooks:
- id: actionlint-docker
args:
Expand Down
Loading