From 2df662235656cbe35c2a57336462a17987106409 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:50:09 +0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#139) 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.8.4 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.30.0...0.31.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) - [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6) - [github.com/crate-ci/typos: v1.29.0 → dictgen-v0.3.1](https://github.com/crate-ci/typos/compare/v1.29.0...dictgen-v0.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0de798..8aa4ec3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: - id: trailing-whitespace - id: check-yaml - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.4' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.9.1' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] @@ -27,7 +27,7 @@ repos: - id: pyupgrade - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-dependabot args: ["--verbose"] @@ -35,7 +35,7 @@ repos: args: ["--verbose"] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: insert-license files: ^(src/cvx) @@ -43,7 +43,7 @@ repos: ['--license-filepath', 'copyright.txt', '--no-extra-eol'] - repo: https://github.com/rhysd/actionlint - rev: v1.7.5 + rev: v1.7.6 hooks: - id: actionlint args: [-ignore, SC] @@ -54,6 +54,6 @@ repos: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: v1.29.0 + rev: dictgen-v0.3.1 hooks: - id: typos