Skip to content

Commit 699d45a

Browse files
committed
Switch from black and isort to ruff.
1 parent 048474b commit 699d45a

File tree

2 files changed

+29
-88
lines changed

2 files changed

+29
-88
lines changed

poetry.lock

+28-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ setuptools = "^72.1.0"
1515
[tool.poetry.group.dev.dependencies]
1616
mypy = "^1.11.1"
1717
pytest = "^8.3.2"
18-
isort = "^5.13.2"
19-
black = "^24.8.0"
2018
types-tqdm = "^4.66.0.20240417"
19+
ruff = "^0.8.0"
2120

2221
[tool.poetry.group.benchmarks.dependencies]
2322
matplotlib = "^3.9.0"

0 commit comments

Comments
 (0)