Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugins for isort and docstring #49

Merged
merged 3 commits into from
Feb 2, 2022
Merged

Conversation

Tacha-S
Copy link
Contributor

@Tacha-S Tacha-S commented Feb 2, 2022

Summary

import sortingとdocstring styleをチェックするflake8 pluginを導入

Detail

import sort styleとして自動ソート可能なisortを採用。(flake8-import-orderは自動ソート不可)
docstring styleにはslackでの投票の結果からgoogleを採用。
docstringに関してはコメントしてくれるがCI自体は通過するように(いつまでかは未定)

Impact

Test

Copy link
Contributor

@jsupratman13 jsupratman13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

他のレビューの意見を待ちます

@h-wata h-wata merged commit ab8cef3 into main Feb 2, 2022
@Tacha-S Tacha-S deleted the feature/add-flake8-plugins branch February 8, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flake8のpluginによる追加でチェックする項目の決定
3 participants