JueLuo's Blog


  • Home

  • Categories

  • Archives

  • Tags

  • Search

移除 VScode 中 autopep8 的最大行长度限制

Posted on 2022-03-30 | In Python

方法一

在 settings.json 中加入以下设置:

1
2
3
4
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": [
    "--max-line-length=200"
],

方法二

  1. 按 Ctrl + , 打开设置
  2. 搜索 python.formatting.autopep8Args
  3. 点击 Add Item
  4. 写入 --max-line-length=200
# python # vscode
使用 Python 构造一个伪装来源的 UDP 攻击
禁止 Edge 浏览器自动使用 HTTPS
  • Table of Contents
  • Overview
JueLuo

JueLuo

The better we get at getting better, the faster we will get better.

65 posts
21 categories
86 tags
GitHub Weibo Steam
  1. 1 方法一
  2. 2 方法二
© 2015 - 2024 JueLuo
Powered by Jekyll
Theme - NexT.Pisces