We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1541ce1 commit ba49286Copy full SHA for ba49286
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/rbubley/mirrors-prettier
3
# keep it before markdownlint and eslint
4
- rev: "v3.6.1"
+ rev: "v3.6.2"
5
hooks:
6
- id: prettier
7
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -27,7 +27,7 @@ repos:
27
28
- id: toml-sort-fix
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.12.0
+ rev: v0.12.7
31
32
- id: ruff-check
33
alias: ruff
@@ -38,7 +38,7 @@ repos:
38
39
- id: black
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.16.1
+ rev: v1.17.1
42
43
- id: mypy
44
# empty args needed in order to match mypy cli behavior
0 commit comments