From 5a912f8034f755f3bc1d876901e485acce52ea2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:45:59 +0000 Subject: [PATCH] Update dependency ruff to v0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfa15fb..4ae3c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = ["ipython==8.18.1"] type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.1.6"] +dependencies = ["ruff==0.1.7"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"