We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff43ecb commit b179ef1Copy full SHA for b179ef1
3 files changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.11.8
+ rev: 0.11.12
34
hooks:
35
- id: uv-lock
36
- repo: local
@@ -67,7 +67,7 @@ repos:
67
- id: nbstripout
68
exclude: (docs)
69
- repo: https://github.com/crate-ci/typos
70
- rev: v1
+ rev: v1.46.1
71
72
- id: typos
73
exclude: (\.ipynb)
_typos.toml
@@ -1,3 +1,4 @@
1
[default.extend-words]
2
ines = "ines"
3
thes = "thes" # profiling-tasks.md
4
+scap = "scap"
mkdocs.yml
@@ -83,7 +83,6 @@ nav:
83
- Changelog: changes.md
84
85
theme:
86
- name: zensical
87
logo: _static/images/pytask.svg
88
favicon: _static/images/pytask.ico
89
features:
0 commit comments