From 1b53b8c262910f97da6286d7d2e488a4e5f51096 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 2 Jul 2024 10:48:29 +0200 Subject: [PATCH] Update Ruff linter to 0.5.0 --- .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 1df47c9..9cdbf84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.0 + rev: v0.5.0 hooks: - id: ruff - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 65d4038..fafdec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ markdown = [ [tool.pdm.dev-dependencies] lint = [ "invoke>=2.2.0", - "ruff>=0.4.1,<0.5.0" + "ruff>=0.5.0,<0.6.0" ] test = [ "markdown>=3.4",