Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #455 from esminc/mypy-warn-unused-configs
Browse files Browse the repository at this point in the history
mypyの--warn-unused-configsを有効化
  • Loading branch information
Hiroki SAKABE authored Feb 17, 2023
2 parents 0ecb271 + 3d9e929 commit 3fbda34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lint-check:

.PHONY: type-check
type-check:
pipenv run mypy . --disallow-untyped-calls --disallow-any-generics --disallow-untyped-decorators --warn-unused-ignores --no-implicit-optional
pipenv run mypy . --disallow-untyped-calls --disallow-any-generics --disallow-untyped-decorators --warn-unused-ignores --no-implicit-optional --warn-unused-configs

.PHONY: test
test: export AWS_DEFAULT_REGION := us-east-1
Expand Down

0 comments on commit 3fbda34

Please sign in to comment.