Skip to content

Commit

Permalink
chore: Bump goose
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Nov 24, 2024
1 parent bcdb79f commit 935a3ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions goose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/"

0 comments on commit 935a3ec

Please sign in to comment.