Skip to content

Commit 97359ec

Browse files
authored
Merge pull request swiftlang#40984 from tshortli/python-lint-python3
Utils: Update python linter to specify python3 installation of flake8
2 parents 0b424e2 + d21352d commit 97359ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/python_lint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
4646
You can install these using:
4747
48-
python -m pip install flake8
49-
python -m pip install flake8-import-order
48+
python3 -m pip install flake8
49+
python3 -m pip install flake8-import-order
5050
5151
For more help, see http://flake8.pycqa.org.
5252
"""

0 commit comments

Comments
 (0)