Skip to content

Instantly share code, notes, and snippets.

@devlights
Created March 13, 2018 02:48
Show Gist options
  • Select an option

  • Save devlights/ec2d7eee55cbc844fcca48c93688d816 to your computer and use it in GitHub Desktop.

Select an option

Save devlights/ec2d7eee55cbc844fcca48c93688d816 to your computer and use it in GitHub Desktop.
[python][flake8] tox.iniにflake8のnoqa設定を記載する

やり方

プロジェクト単位で、flake8の設定を行う場合、tox.iniを作って配置しておくと有効になるとのこと。

tox.ini

[flake8]
ignore = E741
@devlights
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment