File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2424 - id : debug-statements
2525 - id : no-commit-to-branch
2626 - id : check-merge-conflict
27- - id : check-toml
27+ - id : check-toml # TOML linter (syntax checker)
2828 - id : check-yaml
2929 args : [ '--unsafe' ] # for mkdocs.yml
3030 - id : detect-private-key
@@ -55,17 +55,22 @@ repos:
5555 stages :
5656 - post-commit
5757
58+ - repo : https://github.com/ComPWA/taplo-pre-commit
59+ rev : v0.9.3
60+ hooks :
61+ - id : taplo-format
62+
5863 - repo : local
5964 hooks :
6065 - id : format
61- name : Format
66+ name : Format Python code via Poetry
6267 language : system
6368 pass_filenames : false
6469 entry : poetry format
6570 types : [ python ]
6671
6772 - id : linter and test
68- name : Linters
73+ name : Linters via Poetry
6974 language : system
7075 pass_filenames : false
7176 entry : poetry lint
You can’t perform that action at this time.
0 commit comments