From fb3adaa0a1d7b6c2ed98061caff33f1fdb836e37 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sun, 4 Aug 2024 17:22:06 -0700 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2a62c2..2626f7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=.gitignore] @@ -17,7 +17,7 @@ repos: - id: go-imports args: [-w] - repo: https://github.com/golangci/golangci-lint - rev: v1.53.3 + rev: v1.59.1 hooks: - id: golangci-lint - repo: https://github.com/asottile/setup-cfg-fmt @@ -25,7 +25,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] @@ -38,15 +38,15 @@ repos: hooks: - id: dead - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/hhatto/autopep8 - rev: v2.1.0 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8