From 9052eb3507f57286bf2171f444abfd64902833b0 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 26 Nov 2023 21:53:38 +0100 Subject: [PATCH] Update pre-commit-config --- .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 9140c96..06cc55e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,24 +10,24 @@ repos: - id: check-added-large-files - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 23.11.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.38.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.2 + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/add-trailing-comma - rev: v2.2.3 + rev: v3.1.0 hooks: - id: add-trailing-comma