-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrefly.toml
More file actions
50 lines (49 loc) · 980 Bytes
/
pyrefly.toml
File metadata and controls
50 lines (49 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
project-excludes = [
"**/EXTERNAL",
"**/__pycache__",
"**/.vincent",
"**/.venv_new",
"**/data",
"**/.venv",
"**/.venv_alt",
"**/.venv_green",
"**/.classpath",
"**/.factorypath",
"**/.ipynb_checkpoints",
"**/CVS",
"**/.venv_*",
"**/.svn",
"**/.venv_UV",
"**/dist",
"**/.virtual_documents",
"**/.mypy_cache",
"**/.idea",
"**/*.asv",
"**/.git",
"**/.spyproject",
"**/docs",
"**/.venv_black",
"**/.project",
"**/.venv_teal",
"**/.venv_white",
"**/scratchpads",
"**/node_modules",
"**/.dvc",
"**/._cell_execution_logs",
"**/build",
"**/LibrariesExamples",
"**/.settings",
"**/.venv_raw",
"**/.vscode",
"**/templating",
"**/.hg",
"**/.venv_yellow",
'**/site-packages/**\*',
"**/output",
"**/SCRATCH",
]
python-version = "3.9.0"
infer-with-first-use = false
[errors]
missing-import = "error"
untyped-import = "ignore"