Skip to content

Commit

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent 8d3443d commit e428dbb
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.1.1"
rev: "24.2.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.1
rev: v1.56.2
hooks:
- id: golangci-lint

Expand Down

0 comments on commit e428dbb

Please sign in to comment.