summaryrefslogtreecommitdiff
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Prepare for v3.5.0 release on 2017-10-233.5.0Ian Stapleton Cordasco2017-10-211-1/+9
|
* Document using local pluginsIan Stapleton Cordasco2017-08-121-0/+48
|
* Update release notes to include local pluginsIan Stapleton Cordasco2017-08-081-0/+12
|
* Add release note for VCS hook changeIan Stapleton Cordasco2017-08-071-0/+4
| | | | See also https://gitlab.com/pycqa/flake8/merge_requests/198
* Add missing release notes for 3.5.0Ian Stapleton Cordasco2017-08-061-0/+8
|
* Prepare master branch for development of 3.5.0Ian Stapleton Cordasco2017-08-062-0/+15
|
* Bump version to 3.4.1 and add release notesIan Stapleton Cordasco2017-07-282-0/+18
|
* Release v3.4.03.4.0Ian Stapleton Cordasco2017-07-271-1/+15
|
* Update name across the project post-marriageIan Stapleton Cordasco2017-07-272-5/+5
|
* Update internal documentation around StyleGuideIan Cordasco2017-06-041-2/+3
|
* Add way to get back to options indexIan Cordasco2017-05-291-0/+143
|
* Start writing new documentation around --selectIan Cordasco2017-05-294-91/+293
| | | | | In order to write this documentation, we need to also add documentation for the --max-complexity option which was heretofore undocumented.
* Add release note for bug 318Ian Cordasco2017-05-271-0/+5
|
* Add release note for bug 329Ian Cordasco2017-05-251-0/+5
|
* Add release notes for bug 330Ian Cordasco2017-05-252-0/+18
|
* Note about error behaviour depending on Python version, e.g. F812Peter Cock2017-04-261-0/+3
|
* Update and finalize v3.3.0 release notesIan Cordasco2017-02-061-8/+22
|
* Add test for reproducible --version stringsIan Cordasco2017-01-211-1/+10
| | | | And add a release note to document the change.
* Correct "systema" typo in usage documentation.Andrew Drake2017-01-171-1/+1
|
* Add AST support for Python 3.6Ian Cordasco2017-01-151-0/+4
| | | | | | | Upgrade version constraints on PyFlakes to only the versions that handle Python 3.6 Closes #290