diff --git a/pyproject.toml b/pyproject.toml index 3d28000d9..79c8ec7e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,18 +2,6 @@ name = "pyvista-tutorial" requires-python = '>=3.9' -[tool.isort] -profile = "black" -line_length = 100 -# Sort by name, don't cluster "from" vs "import" -force_sort_within_sections = true -# Combines "as" imports on the same line -combine_as_imports = true -skip_glob = "pyvista/**/__init__.py,pyvista/__init__.py" - -[tool.pydocstyle] -match = '(?!coverage).*.py' - [tool.ruff] exclude = [ '.git',