From e93986d28fca9a2d01fbd0a723549b51a6d244c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:28:54 +0000 Subject: [PATCH] =?UTF-8?q?ci(pre-commit.ci):=20=E2=AC=86=20pre-commit=20a?= =?UTF-8?q?utoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.259](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.259) - [github.com/python-poetry/poetry: 1.4.1 → 1.4.0](https://github.com/python-poetry/poetry/compare/1.4.1...1.4.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 7d1978ac7..30e6d3473 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: end-of-file-fixer - id: check-executables-have-shebangs - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.255" + rev: "v0.0.259" hooks: - id: ruff args: @@ -40,7 +40,7 @@ repos: hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: 1.4.1 + rev: 1.4.0 hooks: - id: poetry-check files: "^(pyproject.toml|poetry.lock)$"