From d2cd3d0fd8019f2dae88dea22a0bddec7125b12e Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Mon, 8 Jul 2024 00:39:32 +0300 Subject: [PATCH] Bump lint dependencies --- .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 c42ea91e..d6537dce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: files: &files '^(aiogram|tests|examples)' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.9' + rev: 'v0.5.1' hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 97239f91..304d2e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ docs = [ dev = [ "black~=24.4.2", "isort~=5.13.2", - "ruff~=0.4.9", + "ruff~=0.5.1", "mypy~=1.10.0", "toml~=0.10.2", "pre-commit~=3.5",