Skip to content

Commit

Permalink
trunk upgrade - (version, tooling) (#22)
Browse files Browse the repository at this point in the history
1) Upgrade trunk to latest bleeding edge
2) Upgrade tooling versions
3) Enable trunk fmt on pre-commit hook
  • Loading branch information
EliSchleifer authored Sep 13, 2022
1 parent b603c7e commit 8a61084
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
version: 0.1
cli:
version: 0.17.0-beta.8
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
plugins:
sources:
- id: trunk
ref: v0.0.4
uri: https://github.com/trunk-io/plugins
cli:
version: 0.17.0-beta.7
lint:
enabled:
- [email protected].1
- [email protected].2
- [email protected]
- black@22.6.0
- flake8@4.0.1:
- black@22.8.0
- flake8@5.0.4:
packages:
- flake8-bugbear@21.9.2
- flake8-bugbear@22.9.11
- git-diff-check@SYSTEM
- [email protected]
- [email protected]
- [email protected].0
- [email protected].2
- [email protected]
- [email protected]
- [email protected]
actions:
enabled:
- trunk-check-pre-push
- trunk-fmt-pre-commit
- git-lfs

0 comments on commit 8a61084

Please sign in to comment.