Skip to content

Commit

Permalink
Many documentation improvements (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Sep 18, 2024
1 parent ddea8c3 commit 295c47f
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 77 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ repos:
additional_dependencies:
- "validate-pyproject-schema-store[all]>=2024.06.24" # Pin for Ruff's FURB154
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.10
rev: 0.4.12
hooks:
- id: uv-lock
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
hooks:
- id: blacken-docs
- repo: https://github.com/jsh9/markdown-toc-creator
rev: 0.0.7
hooks:
- id: markdown-toc-creator
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
hooks:
Expand Down
Loading

0 comments on commit 295c47f

Please sign in to comment.