We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f93b1 commit d245bfcCopy full SHA for d245bfc
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.5.0
+ rev: v4.6.0
13
hooks:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
@@ -23,7 +23,7 @@ repos:
23
- id: detect-private-key
24
25
- repo: https://github.com/codespell-project/codespell
26
- rev: v2.2.6
+ rev: v2.3.0
27
28
- id: codespell
29
additional_dependencies: [tomli]
@@ -37,7 +37,7 @@ repos:
37
args: ["--in-place"]
38
39
- repo: https://github.com/pre-commit/mirrors-prettier
40
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
41
42
- id: prettier
43
files: \.(json|yml|yaml|toml)
@@ -54,7 +54,7 @@ repos:
54
- mdformat_frontmatter
55
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: v0.3.5
+ rev: v0.5.0
58
59
# try to fix what is possible
60
- id: ruff
0 commit comments