From ef74da65daff605f33b629e16821fcfa41a856dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Mon, 2 Sep 2024 17:57: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 d550629d..301557c5 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 + rev: v0.6.3 hooks: - id: ruff types_or: [python, pyi, jupyter]