From fa3f8c78a66564b53bbc2ab14f55647441ffe4d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:05:09 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.286](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.286) - [github.com/seddonym/import-linter: v1.10.0 → v1.11.1](https://github.com/seddonym/import-linter/compare/v1.10.0...v1.11.1) - [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.26.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.24.1...0.26.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57fe85d..a0d4bac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,15 +13,15 @@ repos: - id: black pass_filenames: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.284 + rev: v0.0.286 hooks: - id: ruff - repo: https://github.com/seddonym/import-linter - rev: v1.10.0 + rev: v1.11.1 hooks: - id: import-linter stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.26.3 hooks: - id: check-github-workflows