Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnavi-maddhuri committed Dec 13, 2024
1 parent 1c73baf commit 49eefb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
pip install -r requirements.txt

test:
python -m pytest -vv --cov=app --cov=mylib test_*.py
python -m pytest -vv --cov=app test_*.py

format:
black *.py
Expand All @@ -42,7 +42,7 @@ lint:
#disable comment to test speed
#pylint --disable=R,C --ignore-patterns=test_.*?py *.py mylib/*.py
#ruff linting is 10-100X faster than pylint
ruff check *.py mylib/*.py
ruff check *.py

container-lint:
docker run --rm -i hadolint/hadolint < Dockerfile
Expand Down

0 comments on commit 49eefb0

Please sign in to comment.