From 34fa324e7c547cf65bc2af285c9793ed415b9fb6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 15 Jan 2024 17:37:50 +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 383a6e10..0b5abc78 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.11 + rev: v0.1.13 hooks: - id: ruff types_or: [python, pyi, jupyter]