Skip to content

Commit

Permalink
Merge pull request #1789 from mirpedrol/black-format
Browse files Browse the repository at this point in the history
Add pyproject.toml with black custom parameters
  • Loading branch information
mirpedrol authored Aug 31, 2022
2 parents 9f1f286 + 732bbd0 commit f105f49
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
@@ -0,0 +1,5 @@
# Config file for Python. Mostly used to configure linting of bin/check_samplesheet.py with Black.
# Should be kept the same as nf-core/tools to avoid fighting with template synchronisation.
[tool.black]
line-length = 120
target_version = ["py37", "py38", "py39", "py310"]

0 comments on commit f105f49

Please sign in to comment.