diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 8749957..037ba42 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -1163,6 +1163,7 @@ def check_format(): '.dub', # external deps are here '.pytest_cache', 'meson-logs', 'meson-private', + 'work area', '.eggs', '_cache', # e.g. .mypy_cache 'venv', # virtualenvs have DOS line endings } |