Skip to content

Commit

Permalink
chore: trunk cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 6, 2025
1 parent b07dec2 commit f5d362f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
25 changes: 13 additions & 12 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
version: 0.1

cli:
version: 1.22.8
version: 1.22.10

plugins:
sources:
- id: trunk
ref: v1.6.6
ref: v1.6.7
uri: https://github.com/trunk-io/plugins

runtimes:
Expand All @@ -18,27 +18,28 @@ runtimes:

lint:
enabled:
- [email protected]
- [email protected]
- [email protected].0
- black@24.10.0
- isort@5.13.2
- ruff@0.8.5
- [email protected].2
- black@25.1.0
- isort@6.0.0
- ruff@0.9.4
- [email protected]
- [email protected].5
- [email protected].346
- [email protected].7
- [email protected].365
- git-diff-check
- [email protected]
- golangci-lint@1.62.2
- markdownlint@0.43.0
- golangci-lint@1.63.4
- markdownlint@0.44.0
- [email protected]
- [email protected]
- [email protected]:
packages:
- [email protected]
- renovate@39.90.2
- renovate@39.161.0
- [email protected]
- [email protected]
- [email protected].0
- [email protected].4
- [email protected]

actions:
Expand Down
2 changes: 1 addition & 1 deletion dgraph-modus-example/backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dgraph-modus-example

go 1.23.3
go 1.23.6

require github.com/hypermodeinc/modus/sdk/go v0.17.0

Expand Down
4 changes: 1 addition & 3 deletions modus101/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module my-modus-app

go 1.23.1

toolchain go1.23.6
go 1.23.6

require github.com/hypermodeinc/modus/sdk/go v0.17.0

Expand Down

0 comments on commit f5d362f

Please sign in to comment.