Skip to content

Commit

Permalink
ci(trunk): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Dec 9, 2023
1 parent 08e2646 commit 51d9b25
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
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
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", "E", "F"]

# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]
22 changes: 14 additions & 8 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 0.1
cli:
version: 1.17.2
version: 1.18.0
plugins:
sources:
- id: trunk
ref: v1.2.6
ref: v1.4.0
uri: https://github.com/trunk-io/plugins
actions:
enabled:
Expand All @@ -24,20 +24,26 @@ actions:
- files: ["*.go"]
lint:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- osv-scanner@1.4.3
- [email protected].3
- [email protected].3
- trufflehog@3.62.1
- osv-scanner@1.5.0
- [email protected].5
- [email protected].5
- trufflehog@3.63.2
- [email protected]
- git-diff-check@SYSTEM
- [email protected].0
- [email protected].1
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- renovate@37.8.1
- renovate@37.87.2
- [email protected]
- [email protected]
- [email protected]
Expand Down

0 comments on commit 51d9b25

Please sign in to comment.