Skip to content

Commit

Permalink
Merge pull request #1792 from nf-core/isort-pipeline-template
Browse files Browse the repository at this point in the history
use nf-core tools isort settings in pipeline template
  • Loading branch information
mirpedrol authored Aug 31, 2022
2 parents c1acecd + 6fabd3a commit 82e86a6
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 82e86a6

Please sign in to comment.