Skip to content

Commit

Permalink
build(pre-commit): Apply hook rev updates (#54)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/golangci/golangci-lint: v1.56.2 → v1.57.1](golangci/golangci-lint@v1.56.2...v1.57.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent fd7322c commit a97ca12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
additional_dependencies: ["@commitlint/config-conventional"]

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

Expand All @@ -40,7 +40,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/golangci/golangci-lint
rev: v1.56.2
rev: v1.57.1
hooks:
- id: golangci-lint

Expand Down

0 comments on commit a97ca12

Please sign in to comment.