There was an error while loading. Please reload this page.
1 parent 7d27071 commit eb416b7Copy full SHA for eb416b7
2 files changed
.pre-commit-config.yaml
@@ -22,6 +22,6 @@ repos:
22
- id: codespell
23
24
- repo: https://github.com/crate-ci/typos
25
- rev: v1.42.3
+ rev: v1.44.0
26
hooks:
27
- id: typos
template/.pre-commit-config.yaml
@@ -6,6 +6,8 @@ repos:
6
7
- id: check-toml
8
- id: check-yaml
9
+ # mkdocs.yml uses !!python/name tags unsupported by the safe YAML loader
10
+ exclude: ^mkdocs\.yml$
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
13
args: [--markdown-linebreak-ext=md]
@@ -24,13 +26,13 @@ repos:
- tomli
28
29
30
31
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
# Ruff version.
- rev: v0.14.14
35
+ rev: v0.15.4
36
37
# Run the linter.
38
- id: ruff
0 commit comments