文件名称:flake8-broken-line::police_car_light:Flake8插件禁止反斜杠(\)换行
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-19 22:56:15
lint python linting linter python3
flake8折线 不要破线! :police_car_light: 安装 pip install flake8-broken-line 这也是的重要组成部分。 代码示例 我们使用此插件检查的事情: # String line breaks, use `()` or `"""` instead: some_string = 'first line \ second line' # Use a single line, `()`, or new variables instead: if 1 == 1 and \ 2 == 2 : print ( 'Do not do that!' ) # Do not use for method chaining: some_object \ . call_method ( param1 , param2 ) \ . call_other ( keyword = value ) \ . finalize () # Instead use: some_objects . call_method ( param1
【文件预览】:
flake8-broken-line-master
----poetry.lock(43KB)
----pyproject.toml(1KB)
----.github()
--------FUNDING.yml(107B)
--------workflows()
----tests()
--------test_version.py(430B)
--------test_line_breaks.py(1KB)
--------conftest.py(318B)
--------fixtures()
----LICENSE(1KB)
----setup.cfg(2KB)
----flake8_broken_line.py(2KB)
----.gitignore(3KB)
----CHANGELOG.md(459B)
----README.md(2KB)
----.editorconfig(383B)