feat: config ak/sk... support empty str #16
Merged
qiniu-x / pylint
completed
Apr 23, 2025 in 23s
pylint found 6 issues related to your changes
This is the detailed log.
If you have any questions about this comment, feel free to raise an issue here.
Details
🔍 Check Results Details
The following shows all issues found related to your changes:
src/mcp_server/core/version/version.py:2: Final newline missing (missing-final-newline)
src/mcp_server/core/version/version.py:1: Missing module docstring (missing-module-docstring)
src/mcp_server/config/config.py:30: Missing function or method docstring (missing-function-docstring)
src/mcp_server/config/config.py:48: Use lazy % formatting in logging functions (logging-fstring-interpolation)
src/mcp_server/config/config.py:49: Use lazy % formatting in logging functions (logging-fstring-interpolation)
src/mcp_server/config/config.py:50: Use lazy % formatting in logging functions (logging-fstring-interpolation)
🔄 How to Handle?
- Fix the issues above and submit your code again
- Or click the
Re-run
button to run the check again - If you think this is a false positive, please contact your support team
ℹ️ Notes
- To avoid too many comments, only the top 10 issues will be shown in PR comments
- For any other issues, feel free to create an issue in reviewbot repository
Loading