From 5b1ddd757fa02bf8fb399c7d676103c4daf15a22 Mon Sep 17 00:00:00 2001 From: garciampred <99014432+garciampred@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:59:57 +0000 Subject: [PATCH] [create-pull-request] automated change --- .pre-commit-config.yaml | 2 +- {{cookiecutter.project_name}}/.pre-commit-config-cruft.yaml | 2 +- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f34fda..a226524 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-added-large-files - id: mixed-line-ending - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks diff --git a/{{cookiecutter.project_name}}/.pre-commit-config-cruft.yaml b/{{cookiecutter.project_name}}/.pre-commit-config-cruft.yaml index b55f24f..4ab48c8 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config-cruft.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config-cruft.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/cruft/cruft - rev: 2.15.0 + rev: 2.16.0 hooks: - id: cruft entry: cruft update -y diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 3f8817a..0a46e57 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: - id: blackdoc additional_dependencies: [black==23.11.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.9.5 hooks: - id: ruff args: [--fix, --show-fixes] - id: ruff-format - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks @@ -34,6 +34,6 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/gitleaks/gitleaks - rev: v8.20.0 + rev: v8.23.3 hooks: - id: gitleaks