Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.54.2 → v1.55.0](golangci/golangci-lint@v1.54.2...v1.55.0)
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 4b7a11d commit db9215d
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 @@ -36,7 +36,7 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.54.2
rev: v1.55.0
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
Expand All @@ -52,7 +52,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black

Expand Down

0 comments on commit db9215d

Please sign in to comment.