Skip to content

Commit

Permalink
fix: add .template to default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Feb 28, 2023
1 parent 685ab7e commit 610762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakefmt/snakefmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PathLike = Union[Path, str]
DEFAULT_EXCLUDES = (
r"(\.snakemake|\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|\.svn|_build|"
r"buck-out|build|dist)"
r"buck-out|build|dist|\.template)"
)
DEFAULT_INCLUDES = r"(\.smk$|^Snakefile)"

Expand Down

0 comments on commit 610762f

Please sign in to comment.