Skip to content

Commit

Permalink
use nf-core tools isort settings in pipeline template
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli authored Aug 31, 2022
1 parent f105f49 commit 6fabd3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nf_core/pipeline-template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
[tool.black]
line-length = 120
target_version = ["py37", "py38", "py39", "py310"]

[tool.isort]
profile = "black"
known_first_party = ["nf_core"]
multi_line_output = 3

0 comments on commit 6fabd3a

Please sign in to comment.