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 @@ -15,17 +15,17 @@ repos:
additional_dependencies:
- wemake-python-styleguide
- 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.12.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.34.0
rev: 0.36.0
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
- id: detect-private-key
exclude: ^examples/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.20.0'
rev: 'v3.21.2'
hooks:
- id: pyupgrade
args: ['--py36-plus']
Expand All @@ -97,7 +97,7 @@ repos:
- --strict

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

Expand Down Expand Up @@ -161,7 +161,7 @@ repos:
- rst

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

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