From 8a887daeb43f411a34d941f0d0c103b3fcf7ab17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:40:21 +0000 Subject: [PATCH] Update pre-commit dependencies (#11195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood --- .pre-commit-config.yaml | 4 ++-- scripts/add_plugin.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 629d157d30..032a67f485 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: )$ - repo: https://github.com/crate-ci/typos - rev: v1.20.9 + rev: v1.20.10 hooks: - id: typos @@ -55,7 +55,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff-format - id: ruff diff --git a/scripts/add_plugin.py b/scripts/add_plugin.py index 1e12e47e6b..0de67c188d 100755 --- a/scripts/add_plugin.py +++ b/scripts/add_plugin.py @@ -54,7 +54,7 @@ mod tests { Ok(()) } } -""" +""" # noqa: UP031 # Using an f-string here is ugly as all the curly parens need to be escaped % dir_name(plugin), )