1
0
mirror of synced 2026-05-22 14:43:35 +00:00
Files
Bharathi Srinivasan e746bf7764 Features folder revamp (#1540)
adding scripts for agentcore features; jupyter notebooks moved to workshops; reorganising folders
2026-05-20 18:35:16 -07:00

10 lines
370 B
TOML

[tool.ruff]
# This is a samples/tutorial repository. Some rules are relaxed to accommodate
# tutorial-style code patterns (e.g., env setup before imports).
line-length = 120
[tool.ruff.lint]
# E402: Module level import not at top of file — common in tutorial scripts
# that configure environment (os.environ, dotenv) before importing modules
ignore = ["E402"]