Skip to content

Commit

Permalink
Improve lint for python
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 26, 2023
1 parent b215642 commit 1364316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/lint/py-lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CMD echo "py"; ./scripts/update-python-requirements-ci.sh 2> /dev/null && \
blue . && \
isort .; \
else \
blue --check . -q && \
blue --check . && \
flake8 && \
isort -c . > /dev/null; \
isort -c .; \
fi

0 comments on commit 1364316

Please sign in to comment.