Skip to content

Commit f904c51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: 14abee445aea04b39069c19b4bd54efff6775819 → c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1](rbubley/mirrors-prettier@14abee4...c2bc67f) - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → c60c980e561ed3e73101667fe8365c609d19a438](astral-sh/ruff-pre-commit@5ba58ac...c60c980) - [github.com/pre-commit/mirrors-mypy: a66e98df7b4aeeb3724184b332785976d062b92e → 8e5c80792e2ec0c87804d8ef915bf35e2caea6da](pre-commit/mirrors-mypy@a66e98d...8e5c807) - [github.com/codespell-project/codespell: 63c8f8312b7559622c0d82815639671ae42132ac → 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a](codespell-project/codespell@63c8f83...2ccb47f)
1 parent 8da1266 commit f904c51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
28+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
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: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
35+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
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: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
47+
rev: 8e5c80792e2ec0c87804d8ef915bf35e2caea6da # frozen: v1.20.0
4848
hooks:
4949
- id: mypy
5050
exclude: |
@@ -53,7 +53,7 @@ repos:
5353
)
5454
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
56+
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
5757
hooks:
5858
- id: codespell
5959
args: ["-L", "ans"]

0 commit comments

Comments
 (0)