specify python3; it's more compatible on linux

This commit is contained in:
Jeff Epler 2022-11-05 08:23:20 -05:00
parent 65f79d7ed7
commit 11bd667e9f
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""A wrapper script around clang-format, suitable for linting multiple files
and to use for continuous integration.