From a8e560a482fecbc4295c3b21dd64464a7cae063c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 23 Apr 2024 00:24:52 +0200 Subject: [PATCH] bump pre-commit versions (#7082) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5e28450d3..909fd04df4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ exclude: | )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.4.1 hooks: - id: ruff-format args: [--preview] @@ -27,7 +27,7 @@ repos: --preview ] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.1.29 + rev: 0.1.35 hooks: - id: pip-compile name: pip-compile requirements-dev.in @@ -61,7 +61,7 @@ repos: - "prettier@^2.4.1" - "@trivago/prettier-plugin-sort-imports" - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.0.0" + rev: "v9.1.0" hooks: - id: eslint additional_dependencies: