Skip to content

Commit

Permalink
Add a flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Apr 3, 2024
1 parent 0f2bf6f commit c0e8039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/scripts/full_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ echo "Run pylint"
pylint src
echo "Run mypy"
mypy --strict src
echo "Run flake8"
flake8 src

0 comments on commit c0e8039

Please sign in to comment.