From 216b235280a961cc3619147c111543d940b9cb4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:06:47 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.2) - [github.com/johnfraney/flake8-markdown: v0.5.0 → v0.6.0](https://github.com/johnfraney/flake8-markdown/compare/v0.5.0...v0.6.0) --- .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 ab56ad6af..a8747bada 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.2 hooks: - id: ruff args: [--fix, --show-fixes, --output-format, grouped] - id: ruff-format # Lint Python snippets embedded in Markdown (using flake8) - repo: https://github.com/johnfraney/flake8-markdown - rev: v0.5.0 + rev: v0.6.0 hooks: - id: flake8-markdown # # Lint Jinja2 templates