ruff-update

This commit is contained in:
Untone 2024-06-04 09:10:52 +03:00
parent 9c02333e2b
commit 708bdaa7f6
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]