From c19c1b9761cf1ffd4776852da7b382c415d30799 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 27 Oct 2024 14:44:03 +0900 Subject: [PATCH] Remove isort and pydocstyle setting from `pyproject.toml` (#385) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pyproject.toml | 12 ------------ 1 file changed, 12 deletions(-) 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',