From 769ee10ab1dcdcf6c1b3640a3eb42c484dea9da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:29:04 +0000 Subject: [PATCH 1/4] Bump pyvista[trame] from 0.42.3 to 0.43.1 Bumps [pyvista[trame]](https://github.com/pyvista/pyvista) from 0.42.3 to 0.43.1. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.42.3...v0.43.1) --- updated-dependencies: - dependency-name: pyvista[trame] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72dfaeef3b..9c86c021cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ doc = [ "pypandoc==1.12", "pytest-sphinx==0.5.0", "pythreejs==2.4.2", - "pyvista[trame]==0.42.3", + "pyvista[trame]==0.43.1", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", From 8fb0cbbd038ff7201c5a963f14216c4a621c3d26 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 15 Dec 2023 21:57:14 +0100 Subject: [PATCH 2/4] disabling gl07 until pyvista fix its issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c86c021cc..ed4e0fb2e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,7 +177,7 @@ checks = [ # "whitespace only", # "GL06", # 'Found unknown section "{section}". Allowed sections are: ' # "{allowed_sections}", - "GL07", # "Sections are in the wrong order. Correct order is: {correct_sections}", + # "GL07", # "Sections are in the wrong order. Correct order is: {correct_sections}", # "GL08", # "The object does not have a docstring", # "GL09", # "Deprecation warning should precede extended summary", "GL10", # "reST directives {directives} must be followed by two colons", From b31f70af06614b0027296673cc7c8463d4e6d6c4 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 15 Dec 2023 22:26:31 +0100 Subject: [PATCH 3/4] disabling the issue in the doc build step too --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fa8399d4e0..cd74199e5f 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -116,7 +116,7 @@ numpydoc_validate = True numpydoc_validation_checks = { "GL06", # Found unknown section - "GL07", # Sections are in the wrong order. + # "GL07", # Sections are in the wrong order. "GL08", # The object does not have a docstring "GL09", # Deprecation warning should precede extended summary "GL10", # reST directives {directives} must be followed by two colons From cc56986514e36a29a2362fd25abd02cdb8d0cb91 Mon Sep 17 00:00:00 2001 From: German Date: Mon, 18 Dec 2023 12:09:53 +0100 Subject: [PATCH 4/4] Disabling GL06 too --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cd74199e5f..96360c5bbc 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -115,7 +115,7 @@ numpydoc_xref_param_type = True numpydoc_validate = True numpydoc_validation_checks = { - "GL06", # Found unknown section + # "GL06", # Found unknown section # "GL07", # Sections are in the wrong order. "GL08", # The object does not have a docstring "GL09", # Deprecation warning should precede extended summary