Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion STATIC_CODE_CHECKS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down