summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* support extend-exclude Fixes #535Thomas Grainger2019-07-081-0/+32
|
* Release 3.7.83.7.8Anthony Sottile2019-07-082-0/+42
|
* Document global gitignore files for contributorsMandar Vaze2019-05-301-0/+11
| | | | Fixes #155
* Fix sample entry points in docsasottile-entry-point-docs-fixupAnthony Sottile2019-05-211-3/+3
|
* document max-doc-length optionAntoine Gallix2019-03-201-0/+24
|
* Release 3.7.73.7.7Anthony Sottile2019-02-252-0/+24
|
* Release 3.7.63.7.6Anthony Sottile2019-02-182-0/+28
|
* options.rst: Update --ignore defaults to match codeKevin Locke2019-02-161-1/+1
| | | | | | | 3d512ae added W503 and W504 to defaults.IGNORE, but the documentation was never updated. This commit updates the docs to match the code. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
* Release 3.7.53.7.5Anthony Sottile2019-02-042-0/+24
|
* Release 3.7.43.7.4Anthony Sottile2019-01-312-0/+24
|
* Update documentation with new pyflakes error codes.Greg Back2019-01-311-2/+9
| | | | | | - F632 and F633 were missing - F721 and F722 were combined in the same row - F723 was missing
* Release 3.7.33.7.3Anthony Sottile2019-01-302-0/+44
|
* Fix typo in 3.7.2.rstwuck2019-01-311-1/+1
|
* Release 3.7.23.7.2Anthony Sottile2019-01-302-0/+37
|
* Release 3.7.13.7.1Anthony Sottile2019-01-302-0/+23
|
* Release v3.7.03.7.0Anthony Sottile2019-01-292-0/+87
|
* Latest pycodestyleAnthony Sottile2019-01-291-0/+1
|
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-272-41/+4
|
* Recommend registering plugin options using `add_options` and `parse_options` ↵Alexander Schlarb2018-12-161-7/+7
| | | | rather then `register_options` and `provide_options` since these are actually called.
* Remove workarounds for older, unsupported PythonsJon Dufresne2018-12-051-2/+0
|
* Add https://pre-commit.com metadatapre_commit_configAnthony Sottile2018-11-211-0/+49
|
* Grammar fixesVille Skyttä2018-11-114-4/+4
|
* Merge branch 'per-file-style-guide' into 'master'Ian Stapleton Cordasco2018-10-291-0/+40
|\ | | | | | | | | | | | | Add support for per-file ignores in config Closes #156 See merge request pycqa/flake8!259
| * Add versionadded notes for optionsIan Stapleton Cordasco2018-10-271-0/+6
| |
| * Add documentation for --per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+34
| |
* | Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469Jesaja Everling2018-10-281-2/+3
| |
* | Add documentation for `flake8 --extend-ignore`Lars Butler2018-10-261-6/+29
|/ | | | | Also highlight the behavioral differences between `flake --ignore` and `flake --extend-ignore`.
* Fixups after 3.6.0 releaseAnthony Sottile2018-10-231-2/+2
|
* Release v3.6.03.6.0Anthony Sottile2018-10-233-2/+120
|
* Fix docs for --isolated flagSargun Vohra2018-09-092-2/+2
|
* Merge branch 'pyflakes_new_codes' into 'master'Ian Stapleton Cordasco2018-06-291-0/+6
|\ | | | | | | | | | | | | Update to pyflakes 2.0.0 Closes #422 See merge request pycqa/flake8!239
| * Update to pyflakes 2.0.0Miro Hrončok2018-06-051-0/+6
| | | | | | | | | | | | - Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422
* | Merge branch 'fix-typos' into 'master'Ian Stapleton Cordasco2018-06-291-1/+1
|\ \ | | | | | | | | | | | | docs: Fix two typos See merge request pycqa/flake8!236
| * | Fix two typosGiantsLoveDeathMetal2018-05-211-2/+2
| | | | | | | | | | | | | | | styl -> style commnts -> comments
* | | Merge branch 'docs-py3' into 'master'Ian Stapleton Cordasco2018-06-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update documentation links to latest Python 3 documentation See merge request pycqa/flake8!242
| * | | Update documentation links to latest Python 3 documentationJon Dufresne2018-06-101-1/+1
| | |/ | |/| | | | | | | The URL https://docs.python.org/3/ is actively maintained and updated.
* | | Fix "styl" -> "style" typo in writing code docsValentin Ignatev2018-06-161-1/+1
|/ /
* | docs: Link fixes and redirect avoidanceVille Skyttä2018-05-213-5/+5
|/
* Merge branch 'spelling' into 'master'Ian Stapleton Cordasco2018-05-202-2/+2
|\ | | | | | | | | Spelling and grammar fixes See merge request pycqa/flake8!232
| * Spelling and grammar fixesVille Skyttä2018-05-132-2/+2
| |
* | Implement --extend-ignoreVille Skyttä2018-05-162-0/+37
|/ | | | Refs #365
* Merge branch 'readthedocs' into 'master'Ian Stapleton Cordasco2018-04-152-2/+2
|\ | | | | | | | | Prefer readthedocs.io instead of readthedocs.org for doc links See merge request pycqa/flake8!224
| * Prefer readthedocs.io instead of readthedocs.org for doc linksJon Dufresne2018-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix all links in the project. For additional details, see: https://blog.readthedocs.com/securing-subdomains/ > Starting today, Read the Docs will start hosting projects from subdomains on > the domain readthedocs.io, instead of on readthedocs.org. This change > addresses some security concerns around site cookies while hosting user > generated data on the same domain as our dashboard.
* | fixed emphasis on last lineTyler Wince2018-03-301-3/+3
| |
* | added language for entry point lengthTyler Wince2018-03-301-101/+7
| |
* | add common entry points and instruction to docsTyler Wince2018-03-291-0/+102
|/
* Merge branch 'local-plugin-paths' into 'master'Ian Stapleton Cordasco2017-11-261-0/+21
|\ | | | | | | | | | | | | Add paths option in local-plugins config file. Closes #379 See merge request pycqa/flake8!211
| * Use default comma-separated regex for local-plugin paths.Carl Meyer2017-10-251-1/+1
| |
| * Add paths option in local-plugins config file.Carl Meyer2017-10-241-0/+21
| |
* | Drop from __future__ import with_statement from docsJon Dufresne2017-11-261-1/+0
|/ | | | | | | All versions of Python that flake8 supports (2.7, 3.4+) have full support for the with statement. There is no need to add the import. Slightly simplifies the example be removing unnecessary boilerplate.