Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#5130)
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.56.1 → v1.56.2](golangci/golangci-lint@v1.56.1...v1.56.2)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2024
1 parent d1af6c5 commit c131942
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 @@ -42,13 +42,13 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.56.1
rev: v1.56.2
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade

Expand Down

0 comments on commit c131942

Please sign in to comment.