From c94645e27324243fa20e3b60dd28dae0c7748a15 Mon Sep 17 00:00:00 2001 From: "neophile-square[bot]" <136651988+neophile-square[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:15:36 +0000 Subject: [PATCH] [neophile] Update dependencies - Update astral-sh/ruff-pre-commit pre-commit hook from v0.0.277 to v0.0.278 - Update pre-commit/mirrors-eslint pre-commit hook from v8.44.0 to v8.45.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 bd734655f..4504e84c8 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.0.277 + rev: v0.0.278 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.44.0 + rev: v8.45.0 hooks: - id: eslint additional_dependencies: