Slide 52
Slide 52 text
mypy 補⾜
% makers mypy --pretty
[cargo-make] INFO - makers 0.37.15
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: mypy
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Execute Command: "uv" "run" "mypy" "." "--pretty"
zlatan/services/utils.py:18: error: Incompatible return value type (got
"str", expected "int") [return-value]
return token
^~~~~
Found 1 error in 1 file (checked 569 source files)
Error while executing command, exit code: 1