From cee654fdf4bb92b5f799d4d972f5801e4bd07056 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 8 Jan 2024 17:50:57 +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 d503f505..383a6e10 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.1.9 + rev: v0.1.11 hooks: - id: ruff types_or: [python, pyi, jupyter]