我的 python 代码产生以下警告消息:
(1) \dir\file.py:8:1 W293 blank lines contains whitespace
this comes after commands[0] flake8 XXX
你如何解决这个问题?
只需从 file.py 的第 8 行删除空格、制表符或其他空白字符。
空行不应包含任何制表符或空格。因此,根据 PEP8 删除多余的空格。来源 - https://ayush-raj-blogs.hashnode.dev/making-clean-pr-for-open-source-contributors-pep-8-style