Skip to content

Commit df32337

Browse files
committed
Update pre-commit (12/2024)
1 parent 794cabf commit df32337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: 1463d990e0801964764a375260dca598513f3be5 # frozen: v3.3.3
22+
rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
2323
hooks:
2424
- id: prettier
2525
files: \.(css|html|md|yml|yaml|toml)
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: cafecb2f683a620516412e109877570ca7648cbd # frozen: v0.7.4
29+
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -38,7 +38,7 @@ repos:
3838
- id: blacken-docs
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
41+
rev: 648203cec3e499b9eff54a24d6cf4b25ce02eb1e # frozen: v1.14.0
4242
hooks:
4343
- id: mypy
4444
exclude: |

0 commit comments

Comments
 (0)