Skip to content

Commit 89db8b1

Browse files
authored
Improving the readme and renaming examples dir (#218)
* Improving the readme and renaming examples dir * fix ci * updating name * nuance the wording
1 parent bf4d734 commit 89db8b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+23
-8
lines changed

README.md

+20-5

python/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ line-length = 120
109109
fix = true
110110
exclude = ["build", "dist", "src/agnext/worker/protos"]
111111
target-version = "py310"
112-
include = ["src/**", "examples/*.py"]
112+
include = ["src/**", "samples/*.py"]
113113

114114
[tool.ruff.format]
115115
docstring-code-format = true
@@ -123,7 +123,7 @@ ignore = ["F401", "E501"]
123123
"unittest".msg = "Use `pytest` instead."
124124

125125
[tool.mypy]
126-
files = ["src", "examples", "tests"]
126+
files = ["src", "samples", "tests"]
127127
exclude = ["src/agnext/worker/protos"]
128128

129129
strict = true
@@ -143,7 +143,7 @@ disallow_untyped_decorators = true
143143
disallow_any_unimported = true
144144

145145
[tool.pyright]
146-
include = ["src", "tests", "examples"]
146+
include = ["src", "tests", "samples"]
147147
typeCheckingMode = "strict"
148148
reportUnnecessaryIsInstance = false
149149
reportMissingTypeStubs = false
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)