diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 4b721734e..e2f4ce930 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,7 +2,7 @@ version: 0.1 # version used for local trunk runs and testing cli: - version: 1.17.3-beta.15 + version: 1.18.0 api: address: api.trunk-staging.io:8443 diff --git a/linters/mypy/plugin.yaml b/linters/mypy/plugin.yaml index 150bd8011..db319f832 100644 --- a/linters/mypy/plugin.yaml +++ b/linters/mypy/plugin.yaml @@ -17,6 +17,7 @@ lint: run: mypy --ignore-missing-imports --follow-imports=silent --show-error-codes --show-column-numbers ${target} + run_from: ${root_or_parent_with_any_config} success_codes: [0, 1] stdin: false tools: [mypy] diff --git a/plugin.yaml b/plugin.yaml index 824db9ca6..4da7e4678 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ version: 0.1 # IfChange -required_trunk_version: ">=1.17.3-beta.5" +required_trunk_version: ">=1.18.0" # ThenChange tests/repo_tests/config_check.test.ts environments: diff --git a/tests/repo_tests/config_check.test.ts b/tests/repo_tests/config_check.test.ts index 5e429adec..48ebf11cd 100644 --- a/tests/repo_tests/config_check.test.ts +++ b/tests/repo_tests/config_check.test.ts @@ -25,7 +25,7 @@ describe("Global config health check", () => { setupTrunk: true, // NOTE: This version should be kept compatible in lockstep with the `required_trunk_version` in plugin.yaml // IfChange - trunkVersion: "1.17.3-beta.5", + trunkVersion: "1.18.0", // ThenChange plugin.yaml });