From 696e62d572fa322356cd4736ce0ec95bac90d2a2 Mon Sep 17 00:00:00 2001 From: "neophile-square[bot]" <136651988+neophile-square[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:13:47 +0000 Subject: [PATCH] [neophile] Update dependencies - Update astral-sh/ruff-pre-commit pre-commit hook from v0.1.5 to v0.1.6 - Update pre-commit/mirrors-eslint pre-commit hook from v8.53.0 to v8.54.0 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47592e6fd..264e36c06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.5 + rev: v0.1.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -27,7 +27,7 @@ repos: args: [-l, '79', -t, py311] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.53.0 + rev: v8.54.0 hooks: - id: eslint additional_dependencies: