Skip to content

Commit 76bb590

Browse files
committed
removed ruff as dev dependency in pyproject toml
1 parent 27eea51 commit 76bb590

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ build-backend = "hatchling.build"
1818
managed = true
1919
dev-dependencies = [
2020
"pre-commit>=3.7.1",
21-
"ruff>=0.5.0",
2221
"pytest>=8.2.2",
2322
"mypy>=1.10.1",
2423
]

requirements-dev.lock

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pre-commit==3.7.1
3434
pytest==8.2.2
3535
pyyaml==6.0.1
3636
# via pre-commit
37-
ruff==0.5.0
3837
typing-extensions==4.12.2
3938
# via mypy
4039
virtualenv==20.26.3

0 commit comments

Comments
 (0)