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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
additional_dependencies:
- wemake-python-styleguide
- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.15.13
rev: v0.15.20
hooks:
- id: ruff-check
name: ruff check | frozenlist & tests
Expand All @@ -33,7 +33,7 @@ repos:
# 88-column style; see [tool.ruff] in pyproject.toml.

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.37.1
rev: 0.37.4
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
- --strict

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

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

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.19.0
rev: v2.1.0
hooks:
- id: mypy
alias: mypy-py311
Expand Down
Loading