Skip to content

Commit 1de9d3f

Browse files
[pre-commit.ci] pre-commit autoupdate (#140)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) * Fix: Remove useless decorator * Docs: Fix config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adrien Berchet <[email protected]>
1 parent 4e44930 commit 1de9d3f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 25.9.0
25+
rev: 25.11.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/codespell-project/codespell

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
# autodoc settings
8383
autodoc_typehints = "signature"
8484
autodoc_default_options = {"members": True, "show-inheritance": True}
85+
autodoc_use_legacy_class_based = True
8586

8687
intersphinx_mapping = {
8788
"python": ("https://docs.python.org/3", None),

tests/test_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ def test_optional_list_param(self, tmp_path):
273273
class TestCopyParamsWithGlobals:
274274
"""Test the `luigi_tools.task.copy_params` decorator with global parameters."""
275275

276-
@pytest.mark.filterwarnings("ignore::UserWarning:luigi.parameter")
277276
@pytest.fixture
278277
def TaskA(self):
279278
"""A simple test task."""

0 commit comments

Comments
 (0)