From d4b734a0e39627e533b96631e6b41a8f2c665f15 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:23:49 +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: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.0...v0.3.7) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0) - [github.com/psf/black: 23.10.0 → 24.4.0](https://github.com/psf/black/compare/23.10.0...24.4.0) - [github.com/python-poetry/poetry: 1.6.1 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.6.1...1.8.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ca7c9..e49a64a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.0' + rev: 'v0.3.7' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,12 +17,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.10.0" + rev: "24.4.0" hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: '1.6.1' + rev: '1.8.0' hooks: - id: poetry-check - id: poetry-lock