Skip to content

Commit

Permalink
Upgrade tooling / move min bar version to >1.1 (#63)
Browse files Browse the repository at this point in the history
Upgrade tooling / move min bar version to >1.1
  • Loading branch information
EliSchleifer authored Dec 13, 2022
1 parent 0cc91b0 commit 7e77df4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.1
cli:
version: 1.1.0
version: 1.2.1
plugins:
sources:
- id: trunk
Expand All @@ -16,17 +16,17 @@ lint:
- cspell
enabled:
- [email protected]
- black@22.10.0
- black@22.12.0
- [email protected]:
packages:
- flake8-bugbear@22.10.27
- flake8-bugbear@22.12.6
- git-diff-check
- [email protected].1
- isort@5.10.1
- [email protected].2
- isort@5.11.2
- [email protected]
- [email protected].0
- semgrep@1.0.0
- shellcheck@0.8.0
- [email protected].1
- semgrep@1.1.0
- shellcheck@0.9.0
- [email protected]
- [email protected]
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.1
required_trunk_version: ">1.0.0"
required_trunk_version: ">1.1.0"
lint:
files:
- name: dml
Expand Down

0 comments on commit 7e77df4

Please sign in to comment.