Skip to content
Closed
Show file tree
Hide file tree
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 @@ -28,7 +28,7 @@ repos:

## Check JSON schemata
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.3
rev: 0.37.4
hooks:
- id: check-github-workflows
priority: 0
Expand All @@ -45,14 +45,14 @@ repos:

## Check pyproject.toml file
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.06.26
rev: 2026.07.06
hooks:
- id: validate-pyproject
priority: 0

## Ensure uv.lock is up to date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.25
rev: 0.11.26
hooks:
- id: uv-lock
priority: 0
Expand All @@ -70,7 +70,7 @@ repos:

## Check for typos
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.47.2
rev: v1.48.0
hooks:
- id: typos
priority: 3
Expand Down Expand Up @@ -103,15 +103,15 @@ repos:

## Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.9.1
rev: v3.9.4
hooks:
- id: prettier
types_or: [yaml, html, css, scss, javascript, json, json5]
priority: 5

## Format Markdown files with rumdl
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.2.25
rev: v0.2.28
hooks:
- id: rumdl
args: [--fix]
Expand Down Expand Up @@ -144,7 +144,7 @@ repos:

## Check Python types with ty
- repo: https://github.com/astral-sh/ty-pre-commit
rev: v0.0.55
rev: v0.0.56
hooks:
- id: ty
args: [--isolated]
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Thank you for your interest in contributing to MQT ProblemSolver! This document
outlines the development guidelines and how to contribute.

We use GitHub to
[host code](https://github.com/munich-quantum-toolkit/problemsolver), to [track
issues and feature requests][issues], as well as accept
[host code](https://github.com/munich-quantum-toolkit/problemsolver), to
[track issues and feature requests][issues], as well as accept
[pull requests](https://github.com/munich-quantum-toolkit/problemsolver/pulls).
See <https://docs.github.com/en/get-started/quickstart> for a general
introduction to working with GitHub and contributing to projects.
Expand Down
Loading