Skip to content

Commit

Permalink
Add pyproject.toml for sane snakefmt excludes, add .git/ to `.git…
Browse files Browse the repository at this point in the history
…ignore`

See #187 for details
And snakemake/snakefmt#202
  • Loading branch information
corneliusroemer committed Sep 22, 2023
1 parent bb8105e commit c3251e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ environment*
env.d/

# Snakemake state dir
.snakemake
.snakemake/

# Git dir
.git/

# Local config overrides
/config_local.yaml
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tool.snakefmt]
include = '\.smk$|^Snakefile'
exclude = ''

0 comments on commit c3251e6

Please sign in to comment.