diff --git a/templates/python/code_quality/isort/isort.yml b/templates/python/code_quality/isort/isort.yml
index 9f46fd3dbc24acb6ae4576c9b9b4ffaf52f7544c..5507f684cdba23c938841e95177a5654c6e239c7 100644
--- a/templates/python/code_quality/isort/isort.yml
+++ b/templates/python/code_quality/isort/isort.yml
@@ -9,4 +9,5 @@ isort:
         PYTHON_SETUP: "pip install isort"
     script:
         - !reference [.python_install, script]
-        - isort . --check-only --verbose
+        - isort . --check-only --quiet
+