Show error codes when running mypy
This commit is contained in:
parent
8a4d91fecb
commit
4e8826fd2f
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -40,7 +40,7 @@ lint_python:
|
||||||
black --check website
|
black --check website
|
||||||
isort --check website
|
isort --check website
|
||||||
flake8 website
|
flake8 website
|
||||||
mypy website
|
mypy website --show-error-codes
|
||||||
|
|
||||||
@lint_node:
|
@lint_node:
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
Loading…
Reference in a new issue