Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
ops: add flake8 to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and alexgarel committed Nov 23, 2021
1 parent 8820c31 commit 58bdcfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ _checks:
@echo "🥫 Run checks"
docker exec robotoff-ann-tests isort --check .
docker exec robotoff-ann-tests black --check .
docker exec robotoff-ann-tests flake8

checks: up_tests _checks down_tests

Expand Down

0 comments on commit 58bdcfc

Please sign in to comment.