From 708bdaa7f682fd1866619c29d1552cf2dce83176 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 4 Jun 2024 09:10:52 +0300 Subject: [PATCH] ruff-update --- .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 3011d7a4..96c230fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.4.7 hooks: - id: ruff args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index f29988fd..b1edc3bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dogpile-cache = "^1.3.1" colorlog = "^6.8.2" [tool.poetry.group.dev.dependencies] -ruff = "^0.3.5" +ruff = "^0.4.7" isort = "^5.13.2" [build-system]