Skip to content

Commit b179ef1

Browse files
committed
fix
1 parent ff43ecb commit b179ef1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.11.8
33+
rev: 0.11.12
3434
hooks:
3535
- id: uv-lock
3636
- repo: local
@@ -67,7 +67,7 @@ repos:
6767
- id: nbstripout
6868
exclude: (docs)
6969
- repo: https://github.com/crate-ci/typos
70-
rev: v1
70+
rev: v1.46.1
7171
hooks:
7272
- id: typos
7373
exclude: (\.ipynb)

_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[default.extend-words]
22
ines = "ines"
33
thes = "thes" # profiling-tasks.md
4+
scap = "scap"

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ nav:
8383
- Changelog: changes.md
8484

8585
theme:
86-
name: zensical
8786
logo: _static/images/pytask.svg
8887
favicon: _static/images/pytask.ico
8988
features:

0 commit comments

Comments
 (0)