mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Use ruff as the code formatter in place of black and isort since it is much faster, and as projects like PyTorch and ONNX have adopted ruff format as well. This PR include only auto-fixed changes in formatting.
8 lines
219 B
Text
8 lines
219 B
Text
# This file is auto updated by dependabot
|
|
# When any package below is changed, you shall run "lintrunner init" again.
|
|
lintrunner==0.12.5
|
|
lintrunner-adapters==0.12.4
|
|
# RUFF
|
|
ruff==0.9.1
|
|
# CLANGFORMAT
|
|
clang-format==19.1.6
|