Skip to content

Commit 7e77df4

Browse files
authored
Upgrade tooling / move min bar version to >1.1 (#63)
Upgrade tooling / move min bar version to >1.1
1 parent 0cc91b0 commit 7e77df4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.trunk/trunk.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.1
22
cli:
3-
version: 1.1.0
3+
version: 1.2.1
44
plugins:
55
sources:
66
- id: trunk
@@ -16,17 +16,17 @@ lint:
1616
- cspell
1717
enabled:
1818
19-
- black@22.10.0
19+
- black@22.12.0
2020
2121
packages:
22-
- flake8-bugbear@22.10.27
22+
- flake8-bugbear@22.12.6
2323
- git-diff-check
24-
25-
- isort@5.10.1
24+
25+
- isort@5.11.2
2626
27-
28-
- semgrep@1.0.0
29-
- shellcheck@0.8.0
27+
28+
- semgrep@1.1.0
29+
- shellcheck@0.9.0
3030
3131
3232

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 0.1
2-
required_trunk_version: ">1.0.0"
2+
required_trunk_version: ">1.1.0"
33
lint:
44
files:
55
- name: dml

0 commit comments

Comments
 (0)