From 527d36471fe9853095352afbc1c0fb4e47fff4d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 8 Jul 2024 17:47:59 +0000 Subject: [PATCH] Apply automatic changes --- {{cookiecutter.project_name}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index 236140ca..d943e03f 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff types_or: [python, pyi, jupyter]