Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 258 Bytes

Pythonのflake8で特定エラーを除外する.md

File metadata and controls

11 lines (6 loc) · 258 Bytes

Pythonのflake8で特定エラーを除外する

  1. Visual Studio Code の設定ページを開き、flake8 を検索

  2. Python・Linting: Flake8 Args に以下のように ignoreパラメータを入力

    --ignore=E501,E302