Skip to content

Commit

Permalink
Add tomlsort to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 24, 2023
1 parent 700d6b6 commit eb5780c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ repos:
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
- id: toml-sort-fix
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.codespell]
write = ''

[tool.snakefmt]
include = '\.smk$|^Snakefile'
exclude = ''

[tool.codespell]
write = ''

0 comments on commit eb5780c

Please sign in to comment.