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

Drop hacking #381

Merged
merged 5 commits into from
Jan 16, 2019
Merged

Drop hacking #381

merged 5 commits into from
Jan 16, 2019

Conversation

muupan
Copy link
Member

@muupan muupan commented Jan 9, 2019

Currently, pipenv install -r requirements-dev.txt fails due to version inconsistency of pycodestyle caused by hacking:

  • autopep8==1.4.3 requires pycodestyle>=2.4.0
  • hacking==1.1.0 requires flake8<2.7.0,>=2.6.0
  • flake8==2.6.2 requires pycodestyle<2.1,>=2.0

This PR drops hacking so we use flake8 instead.

Chainer already dropped hacking chainer/chainer#4864

@muupan muupan changed the title Drop hacking [WIP] Drop hacking Jan 9, 2019
@muupan muupan changed the title [WIP] Drop hacking Drop hacking Jan 9, 2019
@muupan muupan requested a review from toslunar January 9, 2019 07:27
Copy link
Member

@toslunar toslunar left a comment

Choose a reason for hiding this comment

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

LGTM

@toslunar toslunar added the test label Jan 16, 2019
@toslunar toslunar self-assigned this Jan 16, 2019
@toslunar toslunar added this to the v0.6 milestone Jan 16, 2019
@toslunar toslunar merged commit 7163952 into chainer:master Jan 16, 2019
@muupan muupan modified the milestone: v0.6 Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants