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

This commit was primary focused on stylefixes. #18

Merged
merged 1 commit into from
Jun 21, 2016
Merged

This commit was primary focused on stylefixes. #18

merged 1 commit into from
Jun 21, 2016

Conversation

sobolevn
Copy link
Contributor

Stylefixes:

  1. added moduledocs and class doc-strings
  2. stylefixes
  3. integrated pylint into the tox-testing process

But there are a lot of other changes:

  1. added new classificators to the setup.py
  2. added idea/ to .gitignore
  3. added myself to AUTHORS
  4. changed the way LONG_DESCRIPTION in setup.py was created (file was not closed)
  5. forced # -*- coding: utf-8 -*- in all files

'num_files': num_files,
}
)
elif self.max_num is not None and num_files > self.max_num:
Copy link
Owner

Choose a reason for hiding this comment

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

I don't like the logic change here - it doesn't really change the logic but just makes it more complex to read.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed.

@Chive
Copy link
Owner

Chive commented Jun 20, 2016

Thanks for your PR! I've added some comments, wdyt?

Stylefixes:
1. added `moduledocs` and class `doc-strings`
2. stylefixes
3. integrated `pylint` into the `tox`-testing process

But there are a lot of other changes:
1. added new classificators to the `setup.py`
2. added `idea/` to `.gitignore`
3. added myself to `AUTHORS`
4. changed the way `LONG_DESCRIPTION` in `setup.py` was created (file was not closed)
5. forced `# -*- coding: utf-8 -*-` in all files
6. added `lint` to Travis builds
7. removed disscused issues
@Chive
Copy link
Owner

Chive commented Jun 21, 2016

Awesome, thank you very much!

@Chive Chive merged commit 9f5483b into Chive:master Jun 21, 2016
@Chive Chive mentioned this pull request Jun 23, 2016
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.

2 participants