andstor/deepspeed-model-memory-usage
6
1[tool.black]2line-length = 1193target-version = ['py37']4 5[tool.ruff]6# Never enforce `E501` (line length violations).7ignore = ["E501", "E741", "W605"]8select = ["E", "F", "I", "W"]9line-length = 11910 11# Ignore import violations in all `__init__.py` files.12[tool.ruff.per-file-ignores]13"__init__.py" = ["E402", "F401", "F403", "F811"]14 15[tool.ruff.isort]16lines-after-imports = 217 