Skip to content

Static check docs mistakes in example #20823

@Bowrna

Description

@Bowrna

Describe the issue with documentation

Screenshot 2022-01-12 at 4 22 44 PM

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions