Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyvista[trame] from 0.42.3 to 0.43.1 #2566

Merged
merged 6 commits into from
Dec 18, 2023
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
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
numpydoc_xref_param_type = True
numpydoc_validate = True
numpydoc_validation_checks = {
"GL06", # Found unknown section
"GL07", # Sections are in the wrong order.
# "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
"GL10", # reST directives {directives} must be followed by two colons
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading