Skip to content

Commit

Permalink
Remove isort and pydocstyle setting from pyproject.toml (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tkoyama010 and github-actions[bot] authored Oct 27, 2024
1 parent d4841ce commit c19c1b9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c19c1b9

Please sign in to comment.