Skip to content

Commit a30adde

Browse files
⬆️🪝 update pre-commit hooks (#361)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.282...v0.0.284) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 68f4ad3 commit a30adde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151

5252
# Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more)
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.0.282
54+
rev: v0.0.284
5555
hooks:
5656
- id: ruff
5757
args: ["--fix", "--show-fixes"]
@@ -72,7 +72,7 @@ repos:
7272

7373
# Check static types with mypy
7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: "v1.4.1"
75+
rev: "v1.5.0"
7676
hooks:
7777
- id: mypy
7878
files: ^(mqt/qmap|test/python|setup.py)

0 commit comments

Comments
 (0)