From 87512d18a632b32e19d77d784a7ec4bb274af13d Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:18:42 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.6.4 --- Makefile | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43802f0f..b830a1f6 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ else pipx install --force pre-commit==3.8.0 endif pipx install --force pyproject-fmt==2.2.1 - pipx install --force ruff==0.6.3 + pipx install --force ruff==0.6.4 pipx install --force watchfiles==0.24.0 ######################################################################################## diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 8f833ec0..ecad90c1 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -66,7 +66,7 @@ else pipx install --force pre-commit==3.8.0 endif pipx install --force pyproject-fmt==2.2.1 - pipx install --force ruff==0.6.3 + pipx install --force ruff==0.6.4 pipx install --force watchfiles==0.24.0 ########################################################################################