Skip to content

Commit fbc1e03

Browse files
⬆️🪝 update pre-commit hooks (#364)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 064c1d1 commit fbc1e03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.284
54+
rev: v0.0.285
5555
hooks:
5656
- id: ruff
5757
args: ["--fix", "--show-fixes"]
@@ -64,15 +64,15 @@ repos:
6464

6565
# Also run Black on examples in the documentation
6666
- repo: https://github.com/asottile/blacken-docs
67-
rev: "1.15.0"
67+
rev: "1.16.0"
6868
hooks:
6969
- id: blacken-docs
7070
additional_dependencies:
7171
- black==23.7.0 # keep in sync with black hook
7272

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

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

0 commit comments

Comments
 (0)