From 269c73a7c211f59b871d5ccf36fc861e66a66004 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 11 Feb 2024 21:48:24 +0100 Subject: [PATCH] Upgrades to Ruff 0.2 --- python/pyproject.toml | 2 ++ python/requirements.dev.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 441baffb..98cf75d8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -30,6 +30,8 @@ Tracker = "https://github.com/oxigraph/oxigraph/issues" [tool.ruff] line-length = 120 + +[tool.ruff.lint] select = [ "ARG", "B", diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index f260a9e9..a47b2d4c 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -1,6 +1,6 @@ furo maturin~=1.0 mypy~=1.0 -ruff~=0.1.0 +ruff~=0.2.0 sphinx~=7.0 sphinx-lint~=0.9.1