Conversation
|
Hello. Thank you so much. please add test for it. I don't know how can I set automatic test ci on it. Do you know? |
|
Hello! I’ll go ahead and add a test for it. As for setting up automatic test CI, I’d recommend using a service like GitHub Actions. It’s free for most use cases and integrates directly with your repository. |
|
sure. I will be happy if you can help me. thanks. you changed a lot of style in my code. is it necessary? what formating software you use? |
|
Sure, I’m happy to help! 😊 Regarding the changes, the formatting was done automatically by my IDE, which uses autopep8 to comply with the PEP 8 guidelines. Some adjustments might look different, but they are mainly for consistency and readability based on Python's style guide. If you’d prefer, I can easily revert the changes or modify them to better match your preferences. Just let me know what works best for you! |
|
Thanks. I prefer to separate each argument of function in one line. If you can, please back the format. thanks. |
No description provided.