diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa7a535..d38bbeb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ env: jobs: lint: name: Static analysis - uses: antonagestam/goose/.github/workflows/run.yaml@0.8.2 + uses: antonagestam/goose/.github/workflows/run.yaml@0.9.0 type-check: name: Type check diff --git a/goose.yaml b/goose.yaml index c0cdfee..31b01db 100644 --- a/goose.yaml +++ b/goose.yaml @@ -61,13 +61,13 @@ hooks: environment: python command: debug-statement-hook read_only: true - types: [ python ] + types: [python] - id: detect-private-key environment: python command: detect-private-key read_only: true - types: [ text ] + types: [text] - id: end-of-file-fixer environment: python @@ -109,7 +109,5 @@ hooks: read_only: true args: ["--builtin-schema", "vendor.github-workflows"] types: [yaml] - exclude: - - codecov.yml - - goose.yaml - - dependabot.yaml + limit: + - "^.github/workflows/"