Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/CyberBattleSim
Path: blob/main/pyproject.toml
597 views
1
[tool.ruff]
2
line-length = 200
3
exclude = [
4
"typings",
5
"venv"
6
]
7
extend-include = ["*.ipynb"]
8
9
[tool.ruff.lint.per-file-ignores]
10
"**/{notebooks}/*" = ["E402", "E401"]
11