Skip to content

Commit

Permalink
Move isort config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 22, 2024
1 parent e99dd49 commit 2b927cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ repository = "https://github.com/vnmabus/rdata"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
use_parentheses = true
combine_as_imports = true
skip_glob = "**/plot_*.py plot_*.py"

[tool.mypy]
strict = true
strict_equality = true
Expand Down
6 changes: 0 additions & 6 deletions setup.cfg

This file was deleted.

0 comments on commit 2b927cb

Please sign in to comment.