From ab01c685cb8fd340b9ee2e46ea33cc563a4d5f6a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:01:52 +0000 Subject: [PATCH] ci(pre-commit.ci): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.149 → v0.0.254](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.149...v0.0.254) - [github.com/psf/black: 22.10.0 → 23.1.0](https://github.com/psf/black/compare/22.10.0...23.1.0) - [github.com/abravalheri/validate-pyproject: v0.10.1 → v0.12.1](https://github.com/abravalheri/validate-pyproject/compare/v0.10.1...v0.12.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.0.1) --- .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 432bc33..77d2681 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,23 +20,23 @@ repos: - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.149 + rev: v0.0.254 hooks: - id: ruff args: [--fix] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.10.1 + rev: v0.12.1 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.0.1 hooks: - id: mypy files: "^src/"