Skip to content

Commit

Permalink
Merge branch 'meshtastic:master' into diy-external-power-pin
Browse files Browse the repository at this point in the history
  • Loading branch information
osmanovv authored Mar 31, 2023
2 parents bf8b585 + 713b5fb commit c2fe542
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .trunk/configs/.flake8
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions .trunk/configs/.isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[settings]
profile=black
10 changes: 10 additions & 0 deletions .trunk/configs/.yamllint.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .trunk/configs/ruff.toml
Original file line number Diff line number Diff line change
@@ -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"]
24 changes: 19 additions & 5 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
version: 0.1
cli:
version: 1.3.1
version: 1.7.0
plugins:
sources:
- id: trunk
ref: v0.0.8
ref: v0.0.14
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- gitleaks@8.15.2
- gitleaks@8.16.2
- [email protected]
- [email protected].3
- [email protected].7
disabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Expand All @@ -22,7 +35,8 @@ lint:
- [email protected]
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
actions:
disabled:
Expand Down

0 comments on commit c2fe542

Please sign in to comment.