Skip to content

Commit

Permalink
add isort config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Aug 16, 2023
1 parent b09d0ff commit 02c13a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[tool.nbqa.skip_celltags]
flake8 = ["skip-flake8", "flake8-skip"]

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
combine_as_imports = true
line_length = 88

0 comments on commit 02c13a0

Please sign in to comment.