Skip to content

Commit 0fb959f

Browse files
chore(deps): update pre-commit hooks (#127)
updates: - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [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/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 14dcbd5 commit 0fb959f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ repos:
99
- id: black-jupyter
1010

1111
- repo: https://github.com/asottile/blacken-docs
12-
rev: 1.15.0
12+
rev: 1.16.0
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==23.7.0]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.0.284"
18+
rev: "v0.0.285"
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]
2222

2323
- repo: https://github.com/pre-commit/mirrors-prettier
24-
rev: "v3.0.1"
24+
rev: "v3.0.2"
2525
hooks:
2626
- id: prettier
2727
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -48,7 +48,7 @@ repos:
4848
- id: rst-inline-touching-normal
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.5.0
51+
rev: v1.5.1
5252
hooks:
5353
- id: mypy
5454
files: (src|web|tests)

0 commit comments

Comments
 (0)