| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improves plugin docs | Nikita Sobolev | 2021-06-22 | 1 | -3/+3 |
| | | | | Replaces `flake8-future` with `flake8-quotes` | ||||
| * | Clarify where `--jobs` is disabled | Anthony Sottile | 2021-05-18 | 1 | -2/+2 |
| | | |||||
| * | Add --extend-select command line argument | Frank Winklmeier | 2021-04-11 | 2 | -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-default | Anthony Sottile | 2021-04-03 | 1 | -1/+1 |
| |\ | | | | | Update documentation of default excludes | ||||
| | * | Update documentation of default excludes | Sam Brightman | 2019-02-25 | 2 | -2/+2 |
| | | | |||||
| * | | fix manual gitlab links | Anthony Sottile | 2021-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | some manual python2 metadata cleanup | Anthony Sottile | 2021-03-30 | 3 | -13/+6 |
| | | | |||||
| * | | remove flake8 setuptools command | Anthony Sottile | 2021-03-29 | 1 | -2/+0 |
| | | | |||||
| * | | remove vcs integration | Anthony Sottile | 2021-03-29 | 2 | -100/+0 |
| | | | |||||
| * | | Add indent-size option | valentin | 2021-03-14 | 1 | -0/+23 |
| | | | |||||
| * | | remove outdated output-file configuration docs | Anthony Sottile | 2020-11-13 | 1 | -9/+0 |
| | | | |||||
| * | | Fix typos in --exclude-from-doctest docs | Philipp Fischbeck | 2020-10-03 | 1 | -3/+3 |
| | | | |||||
| * | | fix a few small spelling issues | Anthony Sottile | 2020-09-20 | 1 | -1/+1 |
| | | | | | | | | | found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files` | ||||
| * | | Fix options docs to correct some defaults | Brian Helba | 2020-09-02 | 1 | -3/+3 |
| | | | | | | | | | Commit f963641e932daed5ca5d71efa7293a9b756b8f76 changed some defaults, but did not update the docs. | ||||
| * | | fix link in configuration docs | Anthony Sottile | 2020-08-22 | 1 | -1/+4 |
| | | | |||||
| * | | add note to configuration.rst that inline comments are not supported | Janosh Riebesell | 2020-08-21 | 1 | -1/+21 |
| | | | |||||
| * | | Fixed misprint. | Max Grishkin | 2020-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Support pyflakes 2.2.x | Anthony Sottile | 2020-04-11 | 1 | -1/+34 |
| | | | |||||
| * | | Fix typo | Hugo | 2020-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'document_before_after' into 'master' | Anthony Sottile | 2020-01-16 | 1 | -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 comment | Anthony Sottile | 2020-01-16 | 1 | -0/+11 |
| | | | | |||||
| * | | | Some typo fixes in git hooks docs | Sorin Sbarnea | 2020-01-16 | 1 | -2/+2 |
| |/ / | |||||
| * | | Fix typos | Brian Wignall | 2019-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | options: Remove parsing `--verbose` from the configuration file | Eric N. Vander Weele | 2019-10-12 | 1 | -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 line | peterjc | 2019-08-07 | 1 | -0/+5 |
| | | | | | | | | | Closes issue 560. | ||||
| * | | Fix incorrect error string in documentation | Markus Gerstel | 2019-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | In merge request !300 the description of F631 was accidentally used for F633. | ||||
| * | | support extend-exclude Fixes #535 | Thomas Grainger | 2019-07-08 | 1 | -0/+32 |
| | | | |||||
| * | | document max-doc-length option | Antoine Gallix | 2019-03-20 | 1 | -0/+24 |
| |/ | |||||
| * | options.rst: Update --ignore defaults to match code | Kevin Locke | 2019-02-16 | 1 | -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 Back | 2019-01-31 | 1 | -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_config | Anthony Sottile | 2018-11-21 | 1 | -0/+49 |
| | | |||||
| * | Grammar fixes | Ville Skyttä | 2018-11-11 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'per-file-style-guide' into 'master' | Ian Stapleton Cordasco | 2018-10-29 | 1 | -0/+40 |
| |\ | | | | | | | | | | | | | Add support for per-file ignores in config Closes #156 See merge request pycqa/flake8!259 | ||||
| | * | Add versionadded notes for options | Ian Stapleton Cordasco | 2018-10-27 | 1 | -0/+6 |
| | | | |||||
| | * | Add documentation for --per-file-ignores | Ian Stapleton Cordasco | 2018-10-27 | 1 | -0/+34 |
| | | | |||||
| * | | Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469 | Jesaja Everling | 2018-10-28 | 1 | -2/+3 |
| | | | |||||
| * | | Add documentation for `flake8 --extend-ignore` | Lars Butler | 2018-10-26 | 1 | -6/+29 |
| |/ | | | | | Also highlight the behavioral differences between `flake --ignore` and `flake --extend-ignore`. | ||||
| * | Fix docs for --isolated flag | Sargun Vohra | 2018-09-09 | 1 | -1/+1 |
| | | |||||
| * | Update to pyflakes 2.0.0 | Miro Hrončok | 2018-06-05 | 1 | -0/+6 |
| | | | | | | | - Add new pyflakes codes - Bump the required versions - Fixes https://gitlab.com/pycqa/flake8/issues/422 | ||||
| * | docs: Link fixes and redirect avoidance | Ville Skyttä | 2018-05-21 | 1 | -3/+3 |
| | | |||||
| * | Implement --extend-ignore | Ville Skyttä | 2018-05-16 | 2 | -0/+37 |
| | | | | | Refs #365 | ||||
| * | Use default comma-separated regex for local-plugin paths. | Carl Meyer | 2017-10-25 | 1 | -1/+1 |
| | | |||||
| * | Add paths option in local-plugins config file. | Carl Meyer | 2017-10-24 | 1 | -0/+21 |
| | | |||||
| * | Document using local plugins | Ian Stapleton Cordasco | 2017-08-12 | 1 | -0/+48 |
| | | |||||
| * | Add way to get back to options index | Ian Cordasco | 2017-05-29 | 1 | -0/+143 |
| | | |||||
| * | Start writing new documentation around --select | Ian Cordasco | 2017-05-29 | 4 | -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. F812 | Peter Cock | 2017-04-26 | 1 | -0/+3 |
| | | |||||
| * | Assign missing codes to PyFlakes messages | Lukasz Langa | 2016-11-28 | 1 | -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 Cordasco | 2016-11-12 | 2 | -0/+70 |
| |\ | | | | | | | | | | | | | Add documentation for VCS hooks Closes #249 See merge request !144 | ||||
| | * | Add documentation for VCS hooks | Ian Cordasco | 2016-11-12 | 2 | -0/+70 |
| | | | | | | | | | Closes #249 | ||||
