From 3ca1b879d12eb78eb9198d46124b0ec397bdbf01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 25 Sep 2023 21:52:30 +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 bca702ca..cd1e138d 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # https://github.com/jupyterlab/jupyterlab/issues/12675 language_version: "17.9.1" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.288 + rev: v0.0.291 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]