Skip to content

Commit d2e0858

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: 787fb9f542b140ba0b2aced38e6a3e68021647a3 → 5ba47274f9b181bce26a5150a725577f3c336011](rbubley/mirrors-prettier@787fb9f...5ba4727) - [github.com/astral-sh/ruff-pre-commit: 971923581912ef60a6b70dbf0c3e9a39563c9d47 → 0b19ef1fd6ad680ed7752d6daba883ce1265a6de](astral-sh/ruff-pre-commit@9719235...0b19ef1) - [github.com/pre-commit/mirrors-mypy: f40886d54c729f533f864ed6ce584e920feb0af7 → 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a](pre-commit/mirrors-mypy@f40886d...0f86793)
1 parent fee6abe commit d2e0858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
28+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
2929
hooks:
3030
- id: prettier
3131
files: \.(css|html|md|yml|yaml|toml)
3232
args: [--prose-wrap=preserve]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
35+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
3636
hooks:
3737
- id: ruff
3838
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -44,7 +44,7 @@ repos:
4444
- id: blacken-docs
4545

4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: f40886d54c729f533f864ed6ce584e920feb0af7 # frozen: v1.15.0
47+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
4848
hooks:
4949
- id: mypy
5050
exclude: |

0 commit comments

Comments
 (0)