Skip to content
Merged
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.27.3
rev: 0.28.6
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand All @@ -23,14 +23,14 @@ repos:
- id: check-readthedocs

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

- repo: https://github.com/PyCQA/flake8.git
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
alias: flake8-no-wps
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
- rst

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.7.1
rev: v1.10.1
hooks:
- id: mypy
alias: mypy-py313
Expand Down