Skip to content

Commit

Permalink
Update hermit and pre-commit dependencies (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Apr 10, 2024
1 parent 4746472 commit d6744d7
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:

## Golang hooks
- repo: https://github.com/golangci/golangci-lint
rev: v1.56.1
rev: v1.57.2
hooks:
- id: golangci-lint

Expand All @@ -39,7 +39,7 @@ repos:
files: ^(.ci/scripts|.github/actions|tests)/

- repo: https://github.com/pycqa/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
args: [
Expand All @@ -50,7 +50,7 @@ repos:
exclude: security-policies.*

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black

Expand All @@ -67,7 +67,7 @@ repos:
files: deploy/cloudformation/.*yml

- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.85.0
rev: v0.86.2
hooks:
- id: cfn-python-lint
files: deploy/cloudformation/.*.yml
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/bq
2 changes: 1 addition & 1 deletion bin/docker-credential-gcloud
2 changes: 1 addition & 1 deletion bin/elastic-package
2 changes: 1 addition & 1 deletion bin/gcloud
2 changes: 1 addition & 1 deletion bin/gh
2 changes: 1 addition & 1 deletion bin/git-credential-gcloud.sh
2 changes: 1 addition & 1 deletion bin/golangci-lint
2 changes: 1 addition & 1 deletion bin/gsutil
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/kind
2 changes: 1 addition & 1 deletion bin/opa
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/shellcheck
2 changes: 1 addition & 1 deletion bin/shfmt
2 changes: 1 addition & 1 deletion bin/yq

0 comments on commit d6744d7

Please sign in to comment.