Skip to content

Commit

Permalink
Remove pipenv check ignores (#292)
Browse files Browse the repository at this point in the history
* Remove pipenv check ignores
  • Loading branch information
LJBabbage authored Nov 30, 2022
1 parent 58cf731 commit 002d110
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 167 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-kubernetes:
docker build -f _infra/docker/Dockerfile .

lint:
pipenv check ./application ./tests -i 51457 -i 51499
pipenv check ./application ./tests -i 51457
pipenv run isort .
pipenv run black --line-length 120 .
pipenv run flake8 ./application ./tests
Expand Down
Loading

0 comments on commit 002d110

Please sign in to comment.