From b94db8165897f9ef98971415a48f651984b8d0c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:16:49 +0300 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#13) 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.0.272 → v0.0.276](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.0.276) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.4.1) - [github.com/python-poetry/poetry: 1.5.1 → 1.5.0](https://github.com/python-poetry/poetry/compare/1.5.1...1.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2aac3cc..45bd467 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: - id: debug-statements - id: check-docstring-first - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.272 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.276 hooks: - id: ruff args: @@ -29,7 +29,7 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.4.1 hooks: - id: mypy language_version: python @@ -38,7 +38,7 @@ repos: - types-requests - repo: https://github.com/python-poetry/poetry - rev: 1.5.1 + rev: 1.5.0 hooks: - id: poetry-lock args: