it's sane to have some pre-flight checks, pre-commit makes it easy. ref: https://pre-commit.com/
This commit is contained in:
parent
06da04bb5c
commit
666bb63477
6
.pre-commit-config.yaml
Normal file
6
.pre-commit-config.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.0.1
|
||||||
|
hooks:
|
||||||
|
- id: check-merge-conflict
|
||||||
|
- id: check-toml
|
Loading…
Reference in New Issue
Block a user