Upgrades to Ruff 0.2

pull/791/head
Tpt 7 months ago committed by Thomas Tanon
parent ea300e9081
commit 269c73a7c2
  1. 2
      python/pyproject.toml
  2. 2
      python/requirements.dev.txt

@ -30,6 +30,8 @@ Tracker = "https://github.com/oxigraph/oxigraph/issues"
[tool.ruff] [tool.ruff]
line-length = 120 line-length = 120
[tool.ruff.lint]
select = [ select = [
"ARG", "ARG",
"B", "B",

@ -1,6 +1,6 @@
furo furo
maturin~=1.0 maturin~=1.0
mypy~=1.0 mypy~=1.0
ruff~=0.1.0 ruff~=0.2.0
sphinx~=7.0 sphinx~=7.0
sphinx-lint~=0.9.1 sphinx-lint~=0.9.1

Loading…
Cancel
Save