summaryrefslogtreecommitdiff
path: root/docs/source/user
Commit message (Collapse)AuthorAgeFilesLines
* Improves plugin docsNikita Sobolev2021-06-221-3/+3
| | | Replaces `flake8-future` with `flake8-quotes`
* Clarify where `--jobs` is disabledAnthony Sottile2021-05-181-2/+2
|
* Add --extend-select command line argumentFrank Winklmeier2021-04-112-0/+38
| | | | | | | | | Implement `--extend-select` command line argument following what was done for `--extend-ignore` in !233. This option can be used to selectively add individual codes without overriding the default list entirely. Addresses the remaining item of issue #1061.
* Merge pull request #35 from sambrightman/document-exclude-defaultAnthony Sottile2021-04-031-1/+1
|\ | | | | Update documentation of default excludes
| * Update documentation of default excludesSam Brightman2019-02-252-2/+2
| |
* | fix manual gitlab linksAnthony Sottile2021-04-031-1/+1
| |
* | some manual python2 metadata cleanupAnthony Sottile2021-03-303-13/+6
| |
* | remove flake8 setuptools commandAnthony Sottile2021-03-291-2/+0
| |
* | remove vcs integrationAnthony Sottile2021-03-292-100/+0
| |
* | Add indent-size optionvalentin2021-03-141-0/+23
| |
* | remove outdated output-file configuration docsAnthony Sottile2020-11-131-9/+0
| |
* | Fix typos in --exclude-from-doctest docsPhilipp Fischbeck2020-10-031-3/+3
| |
* | fix a few small spelling issuesAnthony Sottile2020-09-201-1/+1
| | | | | | | | found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
* | Fix options docs to correct some defaultsBrian Helba2020-09-021-3/+3
| | | | | | | | Commit f963641e932daed5ca5d71efa7293a9b756b8f76 changed some defaults, but did not update the docs.
* | fix link in configuration docsAnthony Sottile2020-08-221-1/+4
| |
* | add note to configuration.rst that inline comments are not supportedJanosh Riebesell2020-08-211-1/+21
| |
* | Fixed misprint.Max Grishkin2020-07-281-1/+1
| |
* | Support pyflakes 2.2.xAnthony Sottile2020-04-111-1/+34
| |
* | Fix typoHugo2020-03-251-1/+1
| |
* | Merge branch 'document_before_after' into 'master'Anthony Sottile2020-01-161-0/+11
|\ \ | | | | | | | | | | | | | | | | | | document that contents may appear before/after a noqa comment Closes #528 See merge request pycqa/flake8!407
| * | document that contents may appear before/after a noqa commentAnthony Sottile2020-01-161-0/+11
| | |
* | | Some typo fixes in git hooks docsSorin Sbarnea2020-01-161-2/+2
|/ /
* | Fix typosBrian Wignall2019-12-021-1/+1
| |
* | options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-121-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | The `--verbose` option is only used by `flake8`, itself,` when parsing and handling preliminary options. After parsing and merging options from the configuration file, there is no other behavioral impact to the core of `flake8`. In other words, setting `verbose = ...` in a configuration file doesn't change the logging verbosity. While the `FileProcessor` does expose a `verbose` attribute, obtained from the parsed options, the verbosity of the core of `flake8` should be consistent with how a plugin may respond to the attribute's value.
* | Document priority of configuration files and command linepeterjc2019-08-071-0/+5
| | | | | | | | Closes issue 560.
* | Fix incorrect error string in documentationMarkus Gerstel2019-07-191-1/+1
| | | | | | | | | | In merge request !300 the description of F631 was accidentally used for F633.
* | support extend-exclude Fixes #535Thomas Grainger2019-07-081-0/+32
| |
* | document max-doc-length optionAntoine Gallix2019-03-201-0/+24
|/
* 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>
* 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
* Add https://pre-commit.com metadatapre_commit_configAnthony Sottile2018-11-211-0/+49
|
* Grammar fixesVille Skyttä2018-11-112-2/+2
|
* 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`.
* Fix docs for --isolated flagSargun Vohra2018-09-091-1/+1
|
* 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
* docs: Link fixes and redirect avoidanceVille Skyttä2018-05-211-3/+3
|
* Implement --extend-ignoreVille Skyttä2018-05-162-0/+37
| | | | Refs #365
* 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
|
* Document using local pluginsIan Stapleton Cordasco2017-08-121-0/+48
|
* 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.
* Note about error behaviour depending on Python version, e.g. F812Peter Cock2017-04-261-0/+3
|
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-1/+33
| | | | | | | | Some PyFlakes messages weren't covered by unique messages, making them impossible to select/ignore. This is now fixed. To ensure we don't regress in the future, a test has been added that fails if there's any uncovered messages.
* Merge branch 'bug/249' into 'master' Ian Cordasco2016-11-122-0/+70
|\ | | | | | | | | | | | | Add documentation for VCS hooks Closes #249 See merge request !144
| * Add documentation for VCS hooksIan Cordasco2016-11-122-0/+70
| | | | | | | | Closes #249