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

Force lint extras to use older click #13

Merged
merged 1 commit into from
Apr 19, 2022
Merged

Force lint extras to use older click #13

merged 1 commit into from
Apr 19, 2022

Conversation

Hakuyume
Copy link
Member

psf/black#2964 にあるように最新のclickでは古いblackが動作しない問題への対処です。
問題になるのは pysen[lint] を使ってinstallしたときで、blackは古いversionが入る一方でclickは最新版が入ります (black側でclickの上限を制限していないため)。

pysen[lint] でinstallするときにclickのversionを制限することで不整合が起きないようにしました。
別の解決策としてblackの制限を緩めるというのもありますが、コードの変更や動作確認の手間が最小になるこちらの方法をとりました。
blackあるいはclickの最新版を使いたいユーザーは extras_require を使わないという方法があるので大きな問題にはならないという認識です。

Copy link
Collaborator

@sergeant-wizard sergeant-wizard left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@bonprosoft bonprosoft left a comment

Choose a reason for hiding this comment

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

ありがとうございます、同じ考えです。LGTM!

@bonprosoft bonprosoft added the chore Refactoring or non bug fixes label Apr 19, 2022
@Hakuyume Hakuyume merged commit 01368af into main Apr 19, 2022
@Hakuyume Hakuyume deleted the downgrade-click branch April 19, 2022 03:31
@bonprosoft
Copy link
Collaborator

@Hakuyume release-drafter にそのままPRタイトルを使いたいので、タイトルをもう少しだけ descriptive にしてもらっても良いでしょうか?具体的には「lint extras の」ということがわかるようになっていると嬉しいです(or こちらでやって良ければやります)

@Hakuyume Hakuyume changed the title downgrade click Force lint extras to use older click Apr 19, 2022
@Hakuyume
Copy link
Member Author

これでどうですか

@bonprosoft
Copy link
Collaborator

完璧です、ありがとうございます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Refactoring or non bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants