From 198bfcec92733cbb2cef26871e9e973314431341 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:07:09 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/abravalheri/validate-pyproject: v0.11 → v0.12.1](https://github.com/abravalheri/validate-pyproject/compare/v0.11...v0.12.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.230 → v0.0.237](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.230...v0.0.237) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 b557f59..46a72e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: # - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.11 + rev: v0.12.1 hooks: - id: validate-pyproject fail_fast: true @@ -93,6 +93,6 @@ repos: - id: check-docstring-first - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.230 + rev: v0.0.237 hooks: - id: ruff