Miserlou / JonesComplexity

Per-line complexity for Flake8
29 stars 4 forks source link

Style agreements #25

Closed sobolevn closed 6 years ago

sobolevn commented 6 years ago

That's a mostly question to @Miserlou.

I like to lint everything out of my code. That's probably the reason why I found this package in the first place.

Let's discuss style rules for this project. What do I prefer? Packages: https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/Pipfile#L16:#L27 Configuration: https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/setup.cfg

To highlight some of them:

  1. isort
  2. pydocstyle
  3. flake8

What do you think about it?

Miserlou commented 6 years ago

I am not picky about Python style at all. I am a Vulcan anarchist - ideas about rules, people above machines.

That being said, I am more than happy to support your prefer changes. I've used flake8 in the past and it was okay. If you want to use that, that's okay, you want to use something else, great.

Since you have shown so much interest in this project, I am just going to add you as a collaborator on this project so you can make changes without asking me - just let me know when you want me to push a release!

sobolevn commented 6 years ago

@Miserlou great! Thanks!