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

Implements dev commands for makefile #107

Merged

Conversation

douglasfarinelli
Copy link
Contributor

No description provided.

@douglasfarinelli douglasfarinelli force-pushed the implements-dev-commands-for-makefile branch from df071a9 to a7a5640 Compare October 26, 2017 16:22
@codecov-io
Copy link

Codecov Report

Merging #107 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          11       11           
  Lines        1574     1574           
=======================================
  Hits         1558     1558           
  Misses         16       16

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8266b8...a7a5640. Read the comment docs.

@lamenezes
Copy link
Contributor

@douglasfarinelli Thanks for your PR! We'll check it soon. 😄

@@ -1,6 +1,8 @@
-r requirements.txt
factory-boy==2.8.1
mypy
isort==4.2.15
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't isort a development dependency instead a test dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@cacarrara I really do not agree to be a test dependency either. I'm going to change.

Copy link
Contributor Author

@douglasfarinelli douglasfarinelli Oct 31, 2017

Choose a reason for hiding this comment

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

I moved flake8 and mypy too... 👍

@douglasfarinelli douglasfarinelli force-pushed the implements-dev-commands-for-makefile branch from a7a5640 to 2ccd6db Compare October 31, 2017 12:53
@@ -1,2 +1,5 @@
-r requirements-test.txt
bumpversion
isort==4.2.15
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO it's important to always have the latest version for these packages and the version pin is unnecessary. can you remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lamenezes Yes, but I do not think it's a good idea, because for this release, isort works well with this release. I'll remove it!

@douglasfarinelli douglasfarinelli force-pushed the implements-dev-commands-for-makefile branch from b717c88 to 09a4bbb Compare November 1, 2017 12:31
@douglasfarinelli douglasfarinelli force-pushed the implements-dev-commands-for-makefile branch from 09a4bbb to 62f47a4 Compare November 1, 2017 12:33
Copy link
Contributor

@lamenezes lamenezes left a comment

Choose a reason for hiding this comment

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

Thanks for your PR 🎉

@lamenezes lamenezes merged commit ec23b78 into olist:master Nov 1, 2017
@douglasfarinelli douglasfarinelli deleted the implements-dev-commands-for-makefile branch November 1, 2017 15:30
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.

None yet

5 participants