Skip to content

Commit 1a01248

Browse files
Merge branch 'main' of https://github.com/cda-tum/mqt-core
2 parents b298897 + 5aab4f0 commit 1a01248

File tree

2 files changed

+201
-187
lines changed

2 files changed

+201
-187
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959

6060
# Python linting using ruff
6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.9.5
62+
rev: v0.9.6
6363
hooks:
6464
- id: ruff
6565
args: ["--fix", "--show-fixes"]
@@ -108,14 +108,14 @@ repos:
108108

109109
# Format configuration files with prettier
110110
- repo: https://github.com/rbubley/mirrors-prettier
111-
rev: v3.4.2
111+
rev: v3.5.1
112112
hooks:
113113
- id: prettier
114114
types_or: [yaml, markdown, html, css, scss, javascript, json]
115115

116116
# Check for spelling
117117
- repo: https://github.com/crate-ci/typos
118-
rev: v1.29.5
118+
rev: v1.29.7
119119
hooks:
120120
- id: typos
121121

0 commit comments

Comments
 (0)