FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
agent-framework/python/pyrefly.toml at main · alliscode/agent-framework · GitHub
alliscode
/
agent-framework
Public
forked from
microsoft/agent-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
agent-framework
/
python
/
pyrefly.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 760 Bytes
Breadcrumbs
agent-framework
/
python
/
pyrefly.toml
Copy path
File metadata and controls
17 lines (15 loc) · 760 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
Pyrefly runs over the tests + samples (not source -- Pyright owns source).
#
Relaxed profile: surface real public-API type errors without forcing test/sample
#
authors to fully annotate their code. Paths are passed explicitly by the workspace
#
task runner; this config supplies the shared rule tuning.
project-includes
= [
"
packages/*/tests
"
,
"
packages/*/ag_ui_tests
"
,
"
samples
"
]
#
The lab sub-packages use an editable namespace layout (agent_framework_lab_*) that
#
pyrefly's import resolver does not pick up from the venv finder hook; add their roots.
search-path
= [
"
packages/lab/gaia
"
,
"
packages/lab/lightning
"
,
"
packages/lab/tau2
"
,
]
[
errors
]
#
Test/mock-heavy code legitimately accesses attributes dynamically.
missing-attribute
=
false
Back
|
FazBrowse Home
|
New Git URL