From 7bba34c482f37ea9c5b65ab9a6335cfd5361e8ae Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:17:23 +0000 Subject: [PATCH] Update ruff --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6198f39..6fef769 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.5 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index a0dd681..27f6bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-mock = "^3.14.0" optional = true [tool.poetry.group.pre-commit.dependencies] pre-commit = "^4.0.1" -ruff = "^0.7.3" +ruff = "^0.8.5" [tool.poetry.extras] tests = ["mongomock", "pytest", "pytest-cov"]