Describe the issue with documentation

Run the flake8 check for the tests.core package with verbose output:
./breeze static-check mypy -- --files tests/hooks/test_druid_hook.py
The doc says flake8 check for tests.core package but it runs mypy check for files
How to solve the problem
It can be solved by adding the right instruction.
./breeze static-check flake8 -- --files tests/core/* --verbose
Didn't check if the above command is working. But we have to use similar command like above.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Describe the issue with documentation

Run the flake8 check for the tests.core package with verbose output:./breeze static-check mypy -- --files tests/hooks/test_druid_hook.py
The doc says flake8 check for tests.core package but it runs mypy check for files
How to solve the problem
It can be solved by adding the right instruction.
./breeze static-check flake8 -- --files tests/core/* --verbose
Didn't check if the above command is working. But we have to use similar command like above.
Anything else
No response
Are you willing to submit PR?
Code of Conduct