servo/python/servo
Martin Robinson 6eb96290fa
mach: Speed up taplo runs on MacOS (#31452)
`taplo` is the TOML formatter that we use. It seems to be using a very
slow directory walking mechanism on MacOS. This change works around that
issue by explicitly listing globs of TOML files to format and check.

Before:
```text
real	0m17.632s
user	0m2.164s
sys	0m6.916s
```

After:
```text
real	0m1.519s
user	0m1.391s
sys	0m0.112s
```
2024-02-29 10:03:19 +00:00
..
mutation Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
platform install libudev-dev required by gamepad API (#31376) 2024-02-19 12:04:38 +00:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
build_commands.py Remove the libsimpleservo C API (#31172) 2024-01-27 09:19:25 +00:00
command_base.py Make Android build optional on Nix (#31231) 2024-02-02 02:13:24 +00:00
devenv_commands.py mach: Make ./mach try a little friendlier (#31290) 2024-02-08 11:40:15 +00:00
gstreamer.py build: Combine and simplify GStreamer shared object lists (#31038) 2024-01-09 14:27:14 +00:00
package_commands.py Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
post_build_commands.py Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
testing_commands.py mach: Speed up taplo runs on MacOS (#31452) 2024-02-29 10:03:19 +00:00
try_parser.py ci: Merge similar try jobs when possible (#31347) 2024-02-16 12:21:24 +00:00
util.py Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
visual_studio.py build: Add support for Visual Studio 2022 and VC143 DLLs (#31148) 2024-01-23 11:04:01 +00:00