From b43cb0dd278ea8a356bfe1c63341ea99af90b633 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:21:34 +0200 Subject: [PATCH] style(pre-commit.ci): pre-commit autoupdate (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: 3.2.2 → 3.8.0](https://github.com/commitizen-tools/commitizen/compare/3.2.2...3.8.0) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v3.0.3) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](https://github.com/executablebooks/mdformat/compare/0.7.16...0.7.17) - [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.26.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.1...0.26.3) - [github.com/asottile/pyupgrade: v3.6.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.10.1) - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - 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.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.0.287) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d25672d..ce4fab6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,19 +11,19 @@ repos: - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: 3.2.2 + rev: 3.8.0 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.1 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini] types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 # Use the ref you want to point at + rev: 0.7.17 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -38,22 +38,22 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.26.3 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.10.1 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.272 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.287 hooks: - id: ruff args: ["--fix"]