|
8 | 8 |
|
9 | 9 | PATHS: Tuple[Tuple[str, Tuple[Any, ...], Dict[str, str]], ...] = (
|
10 | 10 | ("build_files/cmake/", (), {'MYPYPATH': "modules"}),
|
| 11 | + ("build_files/utils/", (), {'MYPYPATH': "modules"}), |
11 | 12 | ("doc/manpage/blender.1.py", (), {}),
|
12 | 13 | ("source/tools/check_source/", (), {'MYPYPATH': "modules"}),
|
13 | 14 | ("source/tools/utils_maintenance/", (), {'MYPYPATH': "modules"}),
|
|
27 | 28 | "build_files/cmake/cmake_static_check_smatch.py",
|
28 | 29 | "build_files/cmake/cmake_static_check_sparse.py",
|
29 | 30 | "build_files/cmake/cmake_static_check_splint.py",
|
| 31 | + "build_files/utils/make_test.py", |
| 32 | + "build_files/utils/make_update.py", |
| 33 | + "build_files/utils/make_utils.py", |
30 | 34 | "source/tools/check_source/check_descriptions.py",
|
31 | 35 | "source/tools/check_source/check_header_duplicate.py",
|
32 | 36 | "source/tools/check_source/check_spelling.py",
|
|
0 commit comments