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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
rev: 25.11.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
# autodoc settings
autodoc_typehints = "signature"
autodoc_default_options = {"members": True, "show-inheritance": True}
autodoc_use_legacy_class_based = True

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
Expand Down
1 change: 0 additions & 1 deletion tests/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def test_optional_list_param(self, tmp_path):
class TestCopyParamsWithGlobals:
"""Test the `luigi_tools.task.copy_params` decorator with global parameters."""

@pytest.mark.filterwarnings("ignore::UserWarning:luigi.parameter")
@pytest.fixture
def TaskA(self):
"""A simple test task."""
Expand Down