From 030ae920c49f2ea42249c4e088c87f7b1fffb3ef Mon Sep 17 00:00:00 2001 From: ljstella Date: Tue, 29 Oct 2024 09:16:53 -0500 Subject: [PATCH] bumped version --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c0bcb35..d8891b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: - id: detect-private-key - id: forbid-submodules - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.7.1 hooks: - id: ruff args: [ --fix ] - - id: ruff-format \ No newline at end of file + - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index ccd805c2..1a1dcb62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ setuptools = ">=69.5.1,<76.0.0" [tool.poetry.dev-dependencies] [tool.poetry.group.dev.dependencies] -ruff = "^0.6.4" +ruff = "^0.7.1" [build-system] requires = ["poetry-core>=1.0.0"]