mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
try to update trunk to latest version.
This commit is contained in:
parent
ed96321406
commit
713b5fbe96
3
.trunk/configs/.flake8
Normal file
3
.trunk/configs/.flake8
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Autoformatter friendly flake8 config (all formatting rules disabled)
|
||||||
|
[flake8]
|
||||||
|
extend-ignore = D1, D2, E1, E2, E3, E501, W1, W2, W3, W5
|
2
.trunk/configs/.isort.cfg
Normal file
2
.trunk/configs/.isort.cfg
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[settings]
|
||||||
|
profile=black
|
10
.trunk/configs/.yamllint.yaml
Normal file
10
.trunk/configs/.yamllint.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
rules:
|
||||||
|
quoted-strings:
|
||||||
|
required: only-when-needed
|
||||||
|
extra-allowed: ["{|}"]
|
||||||
|
empty-values:
|
||||||
|
forbid-in-block-mappings: true
|
||||||
|
forbid-in-flow-mappings: true
|
||||||
|
key-duplicates: {}
|
||||||
|
octal-values:
|
||||||
|
forbid-implicit-octal: true
|
5
.trunk/configs/ruff.toml
Normal file
5
.trunk/configs/ruff.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Generic, formatter-friendly config.
|
||||||
|
select = ["B", "D3", "D4", "E", "F"]
|
||||||
|
|
||||||
|
# Never enforce `E501` (line length violations). This should be handled by formatters.
|
||||||
|
ignore = ["E501"]
|
@ -1,18 +1,31 @@
|
|||||||
version: 0.1
|
version: 0.1
|
||||||
cli:
|
cli:
|
||||||
version: 1.3.1
|
version: 1.7.0
|
||||||
plugins:
|
plugins:
|
||||||
sources:
|
sources:
|
||||||
- id: trunk
|
- id: trunk
|
||||||
ref: v0.0.8
|
ref: v0.0.14
|
||||||
uri: https://github.com/trunk-io/plugins
|
uri: https://github.com/trunk-io/plugins
|
||||||
lint:
|
lint:
|
||||||
enabled:
|
enabled:
|
||||||
|
- ruff@0.0.260
|
||||||
|
- yamllint@1.30.0
|
||||||
|
- isort@5.12.0
|
||||||
|
- markdownlint@0.33.0
|
||||||
|
- oxipng@8.0.0
|
||||||
|
- svgo@3.0.2
|
||||||
|
- actionlint@1.6.23
|
||||||
|
- flake8@6.0.0
|
||||||
|
- hadolint@2.12.0
|
||||||
|
- shfmt@3.5.0
|
||||||
|
- shellcheck@0.9.0
|
||||||
|
- black@23.3.0
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
- gitleaks@8.15.2
|
- gitleaks@8.16.2
|
||||||
- clang-format@14.0.0
|
- clang-format@14.0.0
|
||||||
- prettier@2.8.3
|
- prettier@2.8.7
|
||||||
disabled:
|
disabled:
|
||||||
|
- taplo@0.7.0
|
||||||
- shellcheck@0.9.0
|
- shellcheck@0.9.0
|
||||||
- shfmt@3.5.0
|
- shfmt@3.5.0
|
||||||
- oxipng@8.0.0
|
- oxipng@8.0.0
|
||||||
@ -22,7 +35,8 @@ lint:
|
|||||||
- svgo@3.0.2
|
- svgo@3.0.2
|
||||||
runtimes:
|
runtimes:
|
||||||
enabled:
|
enabled:
|
||||||
- go@1.18.3
|
- python@3.10.8
|
||||||
|
- go@1.19.5
|
||||||
- node@18.12.1
|
- node@18.12.1
|
||||||
actions:
|
actions:
|
||||||
disabled:
|
disabled:
|
||||||
|
Loading…
Reference in New Issue
Block a user