summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Handle multiline strings with '# noqa'Ian Cordasco2016-07-252-0/+11
| | | | | | | | | In Flake8 2.x we allowed people to use # noqa at the end of a multiline string to ignore errors inside the string (e.g., E501). Being blissfully ignorant of this, I never accounted for it in Flake8 3. This fixes the oversight and allows multiline statements to have the # noqa at the end. Closes #177
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-241-18/+6
|
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
| | | | | | The documentation for the `FileProcessor` class used `indect_char` while the class itself uses the more sensible name `indent_char`. This updates both the docstring as well as the documentation.
* Trim trailing whitespace in compat docsIan Cordasco2016-07-201-1/+1
|
* Document flake8-polyfill in compatibility sectionIan Cordasco2016-07-202-46/+78
| | | | | | Yesterday we released the flake8-polyfill package to help with Flake8 compatibility issues. This adds documentation to Flake8 to help people use that and to guide them towards it.
* Document Legacy APIIan Cordasco2016-07-141-1/+93
|
* Add new Flake8 classifier to Trove listIan Cordasco2016-07-091-0/+1
|
* Use option name provided by the parserFabian Neundorf2016-07-091-4/+4
| | | | | | | When calling `add_option` it returns an `Option` object which can return the primary name of the option via `get_opt_name`. This should be used primarily in the cross compatible implementation so that the order of parameters does not matter.
* Add 3.0.0b2 release notes3.0.0b2Ian Cordasco2016-06-281-0/+16
|
* Add high-level overview of how things fit togetherIan Cordasco2016-06-263-0/+131
| | | | | | There are now a lot of moving parts in Flake8. It can't help to give new developers a high-level overview of how they all fit together to make Flake8. =)
* Add forgotten release noteIan Cordasco2016-06-261-0/+3
|
* Update compatibility docsIan Cordasco2016-06-261-2/+8
|
* Add missing release notesIan Cordasco2016-06-253-0/+22
|
* Merge branch 'origin/proposed/3.0' into master3.0.0b1Ian Cordasco2016-06-2576-603/+3708
|\
| * Add more release notes for 3.0.0b1Ian Cordasco2016-06-251-2/+14
| |
| * Add release note for 2.6.1Ian Cordasco2016-06-251-0/+6
| |
| * Rename dev subdirectory to plugin-developmentIan Cordasco2016-06-257-4/+4
| | | | | | | | This should make the contents clearer
| * Add extra information to plugin dev indexIan Cordasco2016-06-251-5/+43
| |
| * Add some notes for users about how to use pluginsIan Cordasco2016-06-252-0/+67
| |
| * Add descriptions of pycodestyle and mccableIan Cordasco2016-06-241-1/+11
| |
| * Add missing - to sub-directoriesproposed/3.0Ian Cordasco2016-06-221-1/+1
| |
| * Add more definitions to glossaryIan Cordasco2016-06-221-1/+18
| |
| * Correct example register_options methodIan Cordasco2016-06-221-1/+2
| |
| * Start a glossary of termsIan Cordasco2016-06-222-2/+33
| |
| * Trim whitespace from cross-compat plugin docsIan Cordasco2016-06-221-2/+2
| |
| * Write plugin cross-compatibility documentationIan Cordasco2016-06-222-0/+150
| |
| * Add more detail about types of releasesIan Cordasco2016-06-221-4/+60
| |
| * Trim trailing whitespaceIan Cordasco2016-06-221-1/+1
| | | | | | | | I need to get better at following my own contrib documentation
| * Update FAQ to be a bit clearerIan Cordasco2016-06-211-9/+21
| |
| * Add FAQIan Cordasco2016-06-202-0/+52
| |
| * Add documentation about release versioning and processIan Cordasco2016-06-202-0/+44
| |
| * Trim trailing whitespace in docsIan Cordasco2016-06-201-2/+2
| |
| * Add documentation ... for writing documentationIan Cordasco2016-06-203-2/+188
| |
| * Use |Flake8| consistently throughout documentationIan Cordasco2016-06-2019-167/+192
| |
| * Add |Flake8| substitution to the epilogIan Cordasco2016-06-201-0/+4
| | | | | | | | | | | | | | The rst_epilog config value in Sphinx allows you to maintain a global list of replaces or includes that are appended to the text of each document in your documentation. This allows us to use |Flake8| everywhere without redefining the replace in every document.
| * Add --benchmark option documentationIan Cordasco2016-06-191-0/+21
| |
| * Grammar and clarity improvements.Cea Stapleton2016-06-1915-45/+45
| |
| * Set a default value for --selectIan Cordasco2016-06-161-1/+1
| | | | | | | | | | This allows us to add --append-to-select and --append-to-ignore at a later date that will work as expected and in a consistent manner.
| * Add information about new --verbose behaviourIan Cordasco2016-06-151-0/+2
| |
| * Add note about # noqa: <errors>Ian Cordasco2016-06-151-5/+10
| |
| * Start a changelog entry for 3.0.0Ian Cordasco2016-06-142-0/+24
| |
| * Copied one too many lines from templateIan Cordasco2016-06-141-2/+0
| |
| * Add documentation for --install-hookIan Cordasco2016-06-141-0/+22
| |
| * Add documentation around specifying a format stringIan Cordasco2016-06-141-2/+16
| |
| * Revert silliness around setting choices for --formatIan Cordasco2016-06-141-2/+2
| | | | | | | | | | If we restrict the user's ability to specify a format string, we break existing workflows.
| * Add release notes portion of documentationIan Cordasco2016-06-1434-0/+336
| |
| * Fix documentation buildIan Cordasco2016-06-141-2/+2
| |
| * Add flake8.api and docs for itIan Cordasco2016-06-082-0/+12
| | | | | | | | Stub out the primary method people seem to use.
| * Check for version of Python on WindowsIan Cordasco2016-06-071-1/+28
| | | | | | | | | | | | | | | | | | | | Certain versions of Python on Windows are capable of using multiprocessing safely and correctly. Instead of completely disabling multiprocessing on Windows, this allows us to check for safe versions. This also updates our internal utility documentation to add missing functions and add a strongly worded warning about the API of those functions.
| * Add documentation around ignoring errorsIan Cordasco2016-06-073-0/+97
| |