Linting

Table of contents

  1. Check Python syntax
  2. Using flake8 directly

Check Python syntax

rosemary linter

This command is designed to run the linter Flake8 in the app, rosemary and core directories to check the quality of the code.

Using flake8 directly

You can run flake8 directly on the desired directories. To do this, run:

flake8 app rosemary core