PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.43k stars 307 forks source link

Proposed Flake8 3.0 - [merged] #1124

Closed asottile closed 3 years ago

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Mar 15, 2016, 15:15

Merges proposed/3.0 -> master

Description of changes

Related to:

And more that I'll update this with later


Note that this is a merge in from https://gitlab.com/pycqa/flake8-engine which still has some open issues which will be fixed in this branch.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 8, 2016, 10:27

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 13, 2016, 05:30

Added 3 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 13, 2016, 18:38

Added 4 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 14, 2016, 06:06

Added 4 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 14, 2016, 18:44

Added 5 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 14, 2016, 18:49

Added 3 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 16, 2016, 06:29

Added 9 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 16, 2016, 19:00

Added 2 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 17, 2016, 08:27

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 17, 2016, 09:10

Added 1 commit:

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:05

Examples with real errors beneath this format would also be helpful. What does an 'error' mean? It'd help newer folks to see a real example.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:05

Same - a full example

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:06

Installation is part of quick start - maybe:

Quickstart

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:07

Difference between Plugin developer and Developer guides is unclear. Maybe 'Plugin Developer' and 'Flake8 Core developer"

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:10

Navigation, maybe?

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:11

This page is useless in the generated nav, just kill it. There's a perma-search on the left anyway.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:11

This needs a better link name in the generated pages, do something shiny to make it clearer. What's 'module documentation' - not immediately obvious.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:12

Maybe explain what a check is first. Or link to where you do that.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:24

You may wish to have another person here people can contact.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:26

"Please only report bugs with one of Flake8's default checks unless Flake8 is somehow preventing the running of the check or is otherwise inhibiting its effectiveness."

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:27

Are they Check codes or error codes? I've seen you use both. Be consistent.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:27

Maybe you mean here that people should check and see if those things exist before submitting the feature request?

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:28

Frobulate may confuse people - maybe feature "z" instead?

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:30

What do you mean by 'familiarize'? People more often than not can just take a look. Maybe explain that it's using reStructuredText and Sphinx, and that most of the time that won't be relevant if people follow the extant patterns, but perhaps if they run into trouble they should investigate further?

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 11:56

Link to the OpenStack code/config file so people can see the whole thing, or explain why you're not.

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 12:01

Nuances is unclear - basics, methods, what do you mean?

asottile commented 3 years ago

In GitLab by @ceaess on Jun 19, 2016, 12:04

Alphabetize for my sanity. And for usability.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:34

Added 2 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:44

I had it there, but I wasn't sure if it belonged there or not. I'll move it.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:44

Would "Plugin Developer" and "Contributor" be useful?

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:52

That's just auto-generated by Sphinx. I'm really not sure what to call them since they're really just indices that are also auto-generated. I've renamed it to "General Indices"

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:52

Done.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:53

No one else works on the project full-time as a maintainer. Who else could be listed?

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:55

I'm following the ordering (which is consistent) of flake8 --help.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:56

Done

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 19, 2016, 18:57

Switched to Error codes. Can't find other instances of "check code(s)" though in the docs.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 20, 2016, 06:14

Done.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 20, 2016, 06:30

Done.

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 20, 2016, 07:26

Added 5 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 20, 2016, 11:30

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 20, 2016, 11:49

Added 2 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 21, 2016, 05:46

Added 5 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 22, 2016, 06:41

Added 3 commits:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 22, 2016, 06:43

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 22, 2016, 08:07

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 22, 2016, 12:35

Added 1 commit:

asottile commented 3 years ago

In GitLab by @sigmavirus24 on Jun 22, 2016, 17:28

Added 3 commits: