Skip to content
Snippets Groups Projects
  • Todd Dembrey's avatar
    9d0ae152
    Centralise linting commands in the makefile · 9d0ae152
    Todd Dembrey authored
    - Add missing PHONY definition for `help`
    - Add `lint` command to run both isort and flake8
    - Add `style` command to run flake8
    - Rename `fix` to `sort-fix` to fix the isort errors
    - Remove exit code from `sort` as it hid errors and emits error codes anyway
    9d0ae152
    History
    Centralise linting commands in the makefile
    Todd Dembrey authored
    - Add missing PHONY definition for `help`
    - Add `lint` command to run both isort and flake8
    - Add `style` command to run flake8
    - Rename `fix` to `sort-fix` to fix the isort errors
    - Remove exit code from `sort` as it hid errors and emits error codes anyway