flowmetal/pyproject.toml

8 lines
102 B
TOML

[tool.isort]
py_version=311
line_length=100
skip_glob = [
".git/*",
".bazel/*",
"bazel-*",
]