From 9f1a7cef1f1b52f5255dc3c45c11553393dc8c51 Mon Sep 17 00:00:00 2001 From: dominik003 Date: Mon, 22 Jan 2024 17:02:17 +0100 Subject: [PATCH] chore: Bump pre-commit versions --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21bf048d6c..4669bf0792 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: fix-byte-order-marker - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 23.12.1 hooks: - id: black files: "^backend/" @@ -40,13 +40,13 @@ repos: types: [python] exclude: "^backend/" - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort entry: bash -c "cd backend && isort ." types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.8.0 hooks: - id: mypy types_or: [python, spec] @@ -70,7 +70,7 @@ repos: files: "^backend/capellacollab" exclude: "^backend/capellacollab/alembic/" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier types_or: [ts, css, html, markdown] @@ -130,11 +130,11 @@ repos: - --comment-style - "..| |" - repo: https://github.com/fsfe/reuse-tool - rev: v2.1.0 + rev: v3.0.1 hooks: - id: reuse - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.51.0 + rev: v8.56.0 hooks: - id: eslint additional_dependencies: @@ -154,7 +154,7 @@ repos: exclude: '.+\.spec(-helper)?\.ts$' types_or: ["html", "ts"] - repo: https://github.com/qoomon/git-conventional-commits - rev: v2.6.5 + rev: v2.6.7 hooks: - id: conventional-commits - repo: https://github.com/asottile/pyupgrade