Skip to content

Commit 03bc170

Browse files
committed
Rename run_pylint.sh
1 parent 6fc8fde commit 03bc170

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# limitations under the License.
1717
#
1818

19-
# This script will run pylint and pep8 on all module files.
19+
# This script will run ruff and isort on all module files.
2020
#
21-
# Use "pylint apache_beam" to run pylint all files.
22-
# Use "pep8 apache_beam" to run pep8 all files.
21+
# Use "ruff check apache_beam" to run ruff all files.
22+
# Use "isort apache_beam" to run isort all files.
2323
#
2424
# The exit-code of the script indicates success or a failure.
2525

sdks/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ extras =
198198
dev
199199
commands =
200200
ruff --version
201-
time {toxinidir}/scripts/run_pylint.sh
201+
time {toxinidir}/scripts/run_lint.sh
202202
pyrefly --version
203203
time python setup.py pyrefly
204204

0 commit comments

Comments
 (0)