Fix linting
This commit is contained in:
parent
a43ddc9da4
commit
7498ea96a1
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ runtimes:
|
|||
- python@3.10.8
|
||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||
lint:
|
||||
ignore:
|
||||
- linters: [markdownlint]
|
||||
paths:
|
||||
- LICENCE.md
|
||||
disabled:
|
||||
- git-diff-check
|
||||
enabled:
|
||||
|
|
|
|||
Loading…
Reference in a new issue