ruffly-all 0.3.1

Generate a migration path to ruff from anywhere.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "ruffly-all"
version = "0.3.1"
description = "Generate a migration path to ruff from anywhere."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "ruff>=0.15.0",
]


[tool.maturin]
bindings = "bin"