Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
args:
- --ignore-case
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.22
rev: 0.9.8
hooks:
# Keep lock file up to date
- id: uv-lock
Expand All @@ -64,7 +64,7 @@ repos:
- id: forbid-tabs
exclude: documentation/make.bat|documentation/Makefile
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.2.1
hooks:
# Run a spellcheck (words pulled from cspell.config.yaml)
- id: cspell
Expand Down Expand Up @@ -92,7 +92,7 @@ repos:
# Enforce that type annotations are used instead of type comments
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.2
rev: v0.14.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
from ref_style import STYLE_NAME # needed to fix citations within the docstrings

import coreax # Cannot import until after package has been added to path
import coreax.util

# pylint: enable=wrong-import-position

Expand Down Expand Up @@ -98,6 +97,7 @@


# pylint: disable=invalid-name
always_use_bars_union = True
toc_object_entries_show_parents = "hide" # don't show prefix in secondary TOC
# pylint: enable=invalid-name

Expand Down