This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 2c4d2c6de4d Rename run_pylint.sh (#38307)
2c4d2c6de4d is described below
commit 2c4d2c6de4dca6b5954c529c2d40c031a8b74f60
Author: Jack McCluskey <[email protected]>
AuthorDate: Mon May 18 12:10:08 2026 -0400
Rename run_pylint.sh (#38307)
---
sdks/python/scripts/{run_pylint.sh => run_lint.sh} | 6 +++---
sdks/python/tox.ini | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sdks/python/scripts/run_pylint.sh b/sdks/python/scripts/run_lint.sh
similarity index 96%
rename from sdks/python/scripts/run_pylint.sh
rename to sdks/python/scripts/run_lint.sh
index a9a0b0ec50d..58d75cd7bac 100755
--- a/sdks/python/scripts/run_pylint.sh
+++ b/sdks/python/scripts/run_lint.sh
@@ -16,10 +16,10 @@
# limitations under the License.
#
-# This script will run pylint and pep8 on all module files.
+# This script will run ruff and isort on all module files.
#
-# Use "pylint apache_beam" to run pylint all files.
-# Use "pep8 apache_beam" to run pep8 all files.
+# Use "ruff check apache_beam" to run ruff all files.
+# Use "isort apache_beam" to run isort all files.
#
# The exit-code of the script indicates success or a failure.
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index ffc39a086ef..6dab85083a0 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -198,7 +198,7 @@ extras =
dev
commands =
ruff --version
- time {toxinidir}/scripts/run_pylint.sh
+ time {toxinidir}/scripts/run_lint.sh
pyrefly --version
time python setup.py pyrefly