From a139b38c4596015eac3f3fca3205071cea344019 Mon Sep 17 00:00:00 2001 From: Bowrna Date: Thu, 13 Jan 2022 12:47:34 +0530 Subject: [PATCH] static code check doc fix --- STATIC_CODE_CHECKS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STATIC_CODE_CHECKS.rst b/STATIC_CODE_CHECKS.rst index 73eb37395f2cf..b2b816c84fd00 100644 --- a/STATIC_CODE_CHECKS.rst +++ b/STATIC_CODE_CHECKS.rst @@ -383,7 +383,7 @@ Run the ``flake8`` check for the ``tests.core`` package with verbose output: .. code-block:: bash - ./breeze static-check mypy -- --files tests/hooks/test_druid_hook.py + ./breeze static-check flake8 -- --files tests/core/* --verbose Run all tests for the currently staged files: