Vilhelm Prytz
41599cb6b8
docs: Add missing semicolon to term link
2020-03-25 19:45:46 +01:00
Anthony Sottile
6223dd8ab7
Merge branch 'document_before_after' into 'master'
...
document that contents may appear before/after a noqa comment
Closes #528
See merge request pycqa/flake8!407
2020-01-16 22:58:19 +00:00
Anthony Sottile
b3f54c3f12
document that contents may appear before/after a noqa comment
2020-01-16 14:55:23 -08:00
Sorin Sbarnea
581a8b759b
Some typo fixes in git hooks docs
2020-01-16 11:28:43 -08:00
Brian Wignall
591a230940
Fix typos
2019-12-02 15:38:48 +00:00
Anthony Sottile
87acf9e5fc
Merge branch '3.7-maintenance' into 'master'
...
Merge 3.7.9 tag and release notes
See merge request pycqa/flake8!369
2019-10-28 17:54:40 +00:00
Anthony Sottile
ee2920d775
Release 3.7.9
2019-10-28 10:34:54 -07:00
Anthony Sottile
04f49a7a77
Only use multiprocessing when the method is fork
...
In python3.8 on macos and in all versions on windows the multiprocessing
method is `spawn` which does not preserve class state.
2019-10-28 10:00:18 -07:00
Anthony Sottile
51f32bbe93
Only use multiprocessing when the method is fork
...
In python3.8 on macos and in all versions on windows the multiprocessing
method is `spawn` which does not preserve class state.
2019-10-28 09:43:30 -07:00
Eric N. Vander Weele
6017022942
options: Remove parsing --verbose from the configuration file
...
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.
2019-10-12 14:25:50 +01:00
Anthony Sottile
e42884cf60
Add whitespace fixers
2019-09-07 23:49:47 -07:00
Anthony Sottile
b66ebd7034
move from optparse to argparse
2019-08-17 20:09:45 -07:00
peterjc
9e97143e49
Document priority of configuration files and command line
...
Closes issue 560.
2019-08-07 10:31:14 +01:00
Eric N. Vander Weele
1ba56b9056
utils: Change normalize_paths() contract
...
The `normalize_paths()` utility was doing too much — parsing
unstructured configuration path data and dispatching the scrubbed paths
to be normalized.
Towards moving the parsing of unstructured configuration path data
closer towards were configuration occurs, have the utility accept only
structured input for normalizing paths.
2019-07-28 10:43:06 -04:00
Eric N. Vander Weele
9283f2f03f
utils: Change parse_comma_separated_list() contract
...
This is the initial incision point to only accept `str` (or `None`) for
parsing out comma/whitespace/regexp separated values.
2019-07-28 10:43:02 -04:00
Markus Gerstel
ce26d89cbf
Fix incorrect error string in documentation
...
In merge request !300 the description of F631 was accidentally used for
F633.
2019-07-19 23:56:05 +01:00
Thomas Grainger
9ba6677c4a
support extend-exclude Fixes #535
2019-07-08 20:12:47 +00:00
Anthony Sottile
aa792d2930
Release 3.7.8
2019-07-08 11:21:04 -07:00
Mandar Vaze
78a4f4cda4
Document global gitignore files for contributors
...
Fixes #155
2019-05-30 13:37:54 +00:00
Anthony Sottile
81838de946
Fix sample entry points in docs
2019-05-21 00:24:47 +00:00
Antoine Gallix
e22ed0743e
document max-doc-length option
2019-03-20 15:12:14 +01:00
Anthony Sottile
88caf5ac48
Release 3.7.7
2019-02-25 08:36:58 -08:00
Anthony Sottile
9b770f590e
Release 3.7.6
2019-02-18 11:58:12 -08:00
Kevin Locke
d225687c02
options.rst: Update --ignore defaults to match code
...
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>
2019-02-16 10:16:12 -07:00
Anthony Sottile
e7b8493b5d
Release 3.7.5
2019-02-04 08:37:16 -08:00
Anthony Sottile
afc57d471d
Release 3.7.4
2019-01-31 19:53:02 -08:00
Greg Back
cd55068eac
Update documentation with new pyflakes error codes.
...
- F632 and F633 were missing
- F721 and F722 were combined in the same row
- F723 was missing
2019-01-31 16:01:25 -06:00
Anthony Sottile
ee7081c8ce
Release 3.7.3
2019-01-30 19:55:58 -08:00
wuck
7fc4732fed
Fix typo in 3.7.2.rst
2019-01-31 00:31:37 +00:00
Anthony Sottile
3d1a4265a7
Release 3.7.2
2019-01-30 12:51:49 -08:00
Anthony Sottile
f70ae10c2b
Release 3.7.1
2019-01-30 00:07:43 -08:00
Anthony Sottile
22f16e4081
Release v3.7.0
2019-01-29 20:28:38 -08:00
Anthony Sottile
50e7cc71b9
Latest pycodestyle
2019-01-29 08:58:10 -08:00
Anthony Sottile
be88d26396
Remove unused and broken flake8.listen plugin type
2018-12-27 16:55:15 -08:00
Alexander Schlarb
092427e7dd
Recommend registering plugin options using add_options and parse_options rather then register_options and provide_options since these are actually called.
2018-12-16 14:11:17 +00:00
Jon Dufresne
3216c7b362
Remove workarounds for older, unsupported Pythons
2018-12-05 06:34:55 -08:00
Anthony Sottile
ef5ef0d9bf
Add https://pre-commit.com metadata
2018-11-21 13:40:48 -08:00
Ville Skyttä
dedb741fad
Grammar fixes
2018-11-11 11:14:51 +02:00
Ian Stapleton Cordasco
4439ea2025
Merge branch 'per-file-style-guide' into 'master'
...
Add support for per-file ignores in config
Closes #156
See merge request pycqa/flake8!259
2018-10-29 15:37:11 +00:00
Jesaja Everling
cafe780514
Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469
2018-10-28 20:17:01 +01:00
Ian Stapleton Cordasco
6ae2295bfe
Add versionadded notes for options
2018-10-27 11:58:51 -05:00
Ian Stapleton Cordasco
19148eb5d7
Add documentation for --per-file-ignores
2018-10-27 11:35:07 -05:00
Lars Butler
144b5af7a8
Add documentation for flake8 --extend-ignore
...
Also highlight the behavioral differences between `flake --ignore` and
`flake --extend-ignore`.
2018-10-26 17:42:00 +02:00
Anthony Sottile
1f1b86a2d1
Fixups after 3.6.0 release
2018-10-23 20:57:42 -07:00
Anthony Sottile
b6bd3a8ddd
Release v3.6.0
2018-10-23 20:42:45 -07:00
Sargun Vohra
21531962bf
Fix docs for --isolated flag
2018-09-09 19:22:58 -07:00
Ian Stapleton Cordasco
eb6228b660
Merge branch 'pyflakes_new_codes' into 'master'
...
Update to pyflakes 2.0.0
Closes #422
See merge request pycqa/flake8!239
2018-06-29 01:52:34 +00:00
Ian Stapleton Cordasco
e60e8027c9
Merge branch 'fix-typos' into 'master'
...
docs: Fix two typos
See merge request pycqa/flake8!236
2018-06-29 01:51:40 +00:00
Ian Stapleton Cordasco
44657876a8
Merge branch 'docs-py3' into 'master'
...
Update documentation links to latest Python 3 documentation
See merge request pycqa/flake8!242
2018-06-29 01:46:26 +00:00
Valentin Ignatev
76a73eb9a4
Fix "styl" -> "style" typo in writing code docs
2018-06-16 10:19:47 +10:00