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
Jon Dufresne
3d394b1ab0
Update documentation links to latest Python 3 documentation
...
The URL https://docs.python.org/3/ is actively maintained and updated.
2018-06-10 11:23:28 -07:00
Miro Hrončok
527af5c214
Update to pyflakes 2.0.0
...
- Add new pyflakes codes
- Bump the required versions
- Fixes https://gitlab.com/pycqa/flake8/issues/422
2018-06-05 16:17:29 +02:00
GiantsLoveDeathMetal
7c1f075cee
Fix two typos
...
styl -> style
commnts -> comments
2018-05-21 18:26:32 +01:00
Ville Skyttä
cc5558c926
docs: Link fixes and redirect avoidance
2018-05-21 18:17:59 +02:00
Ian Stapleton Cordasco
d6eea404a8
Merge branch 'spelling' into 'master'
...
Spelling and grammar fixes
See merge request pycqa/flake8!232
2018-05-20 15:40:41 +00:00
Ville Skyttä
e520c2d936
Implement --extend-ignore
...
Refs #365
2018-05-16 08:50:26 +02:00
Ville Skyttä
9f74e7a4ca
Spelling and grammar fixes
2018-05-13 22:19:50 +02:00
Ian Stapleton Cordasco
f05c01b3ff
Merge branch 'readthedocs' into 'master'
...
Prefer readthedocs.io instead of readthedocs.org for doc links
See merge request pycqa/flake8!224
2018-04-15 19:35:03 +00:00
Tyler Wince
7635db1ce3
fixed emphasis on last line
2018-03-30 14:53:37 -07:00
Tyler Wince
a7c0fc6463
added language for entry point length
2018-03-30 14:46:14 -07:00
Tyler Wince
8e7658c06d
add common entry points and instruction to docs
2018-03-29 08:09:07 -07:00
Jon Dufresne
c86109a769
Prefer readthedocs.io instead of readthedocs.org for doc links
...
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.
2018-01-06 09:09:12 -08:00
Ian Stapleton Cordasco
3530870679
Merge branch 'local-plugin-paths' into 'master'
...
Add paths option in local-plugins config file.
Closes #379
See merge request pycqa/flake8!211
2017-11-26 18:40:04 +00:00
Jon Dufresne
96841cd41d
Drop from __future__ import with_statement from docs
...
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.
2017-11-26 09:58:55 -08:00
Carl Meyer
dd1e9d1cb7
Use default comma-separated regex for local-plugin paths.
2017-10-25 08:57:46 -07:00
Carl Meyer
423980164b
Add paths option in local-plugins config file.
2017-10-24 19:58:18 -07:00
Ian Stapleton Cordasco
8acf55e0f8
Prepare for v3.5.0 release on 2017-10-23
2017-10-21 07:25:12 -05:00
Ian Stapleton Cordasco
c2218e4c9f
Document using local plugins
2017-08-12 08:30:30 -05:00
Ian Stapleton Cordasco
a2c7051c9e
Update release notes to include local plugins
2017-08-08 08:57:22 -05:00
Ian Stapleton Cordasco
ff3a7813d6
Add release note for VCS hook change
...
See also https://gitlab.com/pycqa/flake8/merge_requests/198
2017-08-07 05:59:29 -05:00
Ian Stapleton Cordasco
88bc24ce97
Add missing release notes for 3.5.0
2017-08-06 20:00:34 -05:00
Ian Stapleton Cordasco
778ddf3ce1
Prepare master branch for development of 3.5.0
2017-08-06 14:02:58 -05:00
Ian Stapleton Cordasco
411edfa6f9
Bump version to 3.4.1 and add release notes
2017-07-28 06:15:49 -05:00
Ian Stapleton Cordasco
0239f15dcc
Release v3.4.0
2017-07-27 18:57:29 -05:00
Ian Stapleton Cordasco
69eaa28da2
Update name across the project post-marriage
2017-07-27 18:47:38 -05:00
Ian Cordasco
3921afccff
Update internal documentation around StyleGuide
2017-06-04 13:43:26 -05:00
Ian Cordasco
1827b8cc82
Add way to get back to options index
2017-05-29 20:24:30 -05:00
Ian Cordasco
d411ced0f6
Start writing new documentation around --select
...
In order to write this documentation, we need to also add documentation
for the --max-complexity option which was heretofore undocumented.
2017-05-29 20:23:51 -05:00
Ian Cordasco
72a6425ad3
Add release note for bug 318
2017-05-27 19:39:33 -05:00
Ian Cordasco
eec60cf40f
Add release note for bug 329
2017-05-25 20:08:59 -05:00
Ian Cordasco
a36d44a70d
Add release notes for bug 330
2017-05-25 20:07:23 -05:00
Peter Cock
180196f281
Note about error behaviour depending on Python version, e.g. F812
2017-04-26 10:57:33 +00:00
Ian Cordasco
d4d487ea97
Update and finalize v3.3.0 release notes
2017-02-06 13:46:04 -06:00
Ian Cordasco
c9ea51aa45
Add test for reproducible --version strings
...
And add a release note to document the change.
2017-01-21 14:14:59 -06:00
Andrew Drake
b806d122d3
Correct "systema" typo in usage documentation.
2017-01-17 14:58:50 -08:00
Ian Cordasco
bc840e2403
Add AST support for Python 3.6
...
Upgrade version constraints on PyFlakes to only the versions that handle
Python 3.6
Closes #290
2017-01-15 11:26:07 -06:00
Ian Cordasco
57d8bca4af
Add documentation for our code style
2016-12-23 09:34:19 -06:00