add ruff as a dev group dependency (#2533)

This commit is contained in:
Shuchang Zheng
2025-05-30 18:27:39 -07:00
committed by GitHub
parent 73e366bbad
commit aee129a0a8
2 changed files with 43 additions and 14 deletions

View File

@@ -98,6 +98,7 @@ twine = "^6.1.0"
build = "^1.2.2.post1"
pandas = "^2.2.3"
pre-commit = "^4.2.0"
ruff = "^0.11.12"
[build-system]
requires = ["poetry-core>=1.0.0"]