Update python_lint shebang to 'python3'

With the Python 3 changes to the repo, the linter now needs to be called
with python3 explicitly, so that there are no syntax errors.
This commit is contained in:
Rob Prentiss
2021-11-16 14:38:00 -08:00
parent 3086bfc9b4
commit 05fc4f1004

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# This source file is part of the Swift.org open source project
#