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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# pre-commit install -t pre-commit -t pre-push

repos:
- repo: https://github.com/psf/black
rev: 25.9.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -26,14 +26,14 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-setuptools, types-requests, types-Deprecated]
- repo: https://github.com/teemtee/tmt.git
rev: 1.57.0
rev: 1.62.1
hooks:
- id: tmt-lint
# Do not run in pre-commit.ci as it requires an internet access
Expand All @@ -56,12 +56,12 @@ repos:
stages: [manual, pre-push]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.13.1
rev: v0.14.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.0
rev: 0.35.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
Loading