From ebb8594cf3479e4c36b4da81d50876b797e2d0de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:54:25 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-eslint: v9.2.0 → v9.3.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.2.0...v9.3.0) - [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.1.2](https://github.com/tox-dev/pyproject-fmt/compare/2.0.4...2.1.2) --- .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 03fae2a..f9889fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.2.0 + rev: v9.3.0 hooks: - id: eslint args: [--fix] @@ -59,7 +59,7 @@ repos: - eslint@8.56.0 - eslint-config-prettier@8.5.0 - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.0.4 + rev: 2.1.2 hooks: - id: pyproject-fmt - repo: https://github.com/jazzband/pip-tools