Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 15b792e commit c3e1f46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration file for the Sphinx documentation builder."""

#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
Expand Down
1 change: 1 addition & 0 deletions examples/cow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Tetrahedralize a cow mesh.
"""

# sphinx_gallery_thumbnail_number = 3
import numpy as np
import pyvista as pv
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup for tetgen."""

from io import open as io_open
import os

Expand Down
1 change: 1 addition & 0 deletions tests/test_background_mesh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the mesh resizing feature of tetgen with sizing function."""

from pathlib import Path
import tempfile

Expand Down
1 change: 1 addition & 0 deletions tetgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tetgen module."""

from tetgen import _tetgen
from tetgen._version import __version__
from tetgen.pytetgen import TetGen
1 change: 1 addition & 0 deletions tetgen/pytetgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Python module to interface with wrapped TetGen C++ code."""

import ctypes
import logging

Expand Down

0 comments on commit c3e1f46

Please sign in to comment.