Ian Cordasco
396f69ba42
Merge branch 'patch-1' of pinguin999/flake8
2016-06-15 19:30:08 -05:00
Ian Cordasco
0a6ecad806
Merge branch 'use-pycodestyle' from IanLee1521
...
I've merged this into a local branch which I'll then merge into master
Conflicts:
setup.py
2016-06-15 12:10:05 -05:00
Ian Cordasco
d425c246d0
Merge branch '405-ImportStarUsage' into 'master'
...
pyflakes ImportStarUsage => flake8 405 patch
See merge request !56
2016-06-15 11:32:04 +00:00
pinguin999
95d9eae378
Per Code Line
...
How to ignore one code line
2016-06-07 14:41:18 +02:00
Ian Lee
25503452b0
Updated documentation references to pep8 (now pycodestyle)
2016-05-31 11:08:25 -07:00
Ian Lee
1db863e60a
Updated package to use pycodestyle
...
This change was originally triggered by @gvanrossum requeesting
that pep8 (the tool) be renamed to avoid confusion with PEP-8
the document. This request is tracked at:
https://github.com/PyCQA/pycodestyle/issues/466
2016-05-31 11:02:09 -07:00
Tobias Wilken
010a5ad6c3
Fix typo in config.rst, default exclude __pycache__
...
By default `__pycache__` is excluded.
2016-05-12 10:22:49 +02:00
Jason Myers
4348b61b08
Updating the configuration documentation
...
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2016-03-28 10:46:26 -05:00
Chris Meyers
9e2e419875
pyflakes ImportStarUsage => flake8 405 patch
2016-03-02 09:37:41 -05:00
Jason Myers
b0a6bada5c
Switching to --enable-extensions instead of --select
...
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2015-12-20 11:23:41 -06:00
Jason Myers
a08a65b982
Adding docs for off by default
...
This adds documentation for the off_by_default option for extensions,
which was added in MR !14 .
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2015-12-19 15:48:32 -06:00
Andrew Widdersheim
828c69ea27
Fix per-project configuration file list
2015-12-09 08:54:51 -05:00
Luke Plant
b8457ebb24
Added link to flake8-respect-noqa extension.
2015-09-07 15:13:30 +00:00
Javier Domingo Cansino
7b7e1da0f4
docs: Adding flake8-import-order plugin to the list of available plugins
2015-08-11 08:32:43 +02:00
Michele Lacchia
f428a9fee3
Add radon to Existing Extensions section
2015-07-10 06:29:06 +00:00
Tyrel Souza
181cffda7f
Add a note about Windows .flake8 config location
2015-04-30 16:23:18 -04:00
Ian Cordasco
bc18d8e2d1
Use the default ReadTheDocs theme
2015-02-22 22:37:13 -06:00
Ian Cordasco
ba344c8ded
Refactor some bits of flake8.hooks
2015-02-22 22:29:13 -06:00
Oleg Broytman
836d66a11f
Document configuration file settings
2015-02-16 07:32:17 +03:00
Joseph Kahn
51955f9664
got rid of extra line added by accident.
2014-09-13 12:13:04 -05:00
Joseph Kahn
a4017bb090
Added my own extensions to the known extensions list, shameless self promotion.
2014-09-13 12:12:59 -05:00
Martijn Faassen
e12caff58a
Fix typo in command.
2014-06-18 15:37:21 +02:00
Martijn Faassen
c208ce9378
Update this to document --install-hooks instead of distracting red herring
...
of the old way to do this.
2014-06-18 15:33:19 +02:00
Florent Xicluna
0d15687282
Mismatch with pep8 documentation
2014-04-26 23:41:28 +02:00
Ian Cordasco
e2eb1308b1
Minor improvement to docs
2013-07-03 23:40:50 -04:00
Tarek Ziade
26283741b9
we want those links in the doc
2013-06-19 11:48:22 +02:00
Ian Cordasco
1acc0509ab
Document known extensions
2013-03-27 10:24:12 -04:00
Ian Cordasco
9844142528
Update the VCS docs
...
Also, update the git_hook auto-installer text.
Fixes #87 on BitBucket
2013-02-26 11:39:17 -05:00
mrtheb
46315ac5f3
Updated setuptools integration doc
2013-02-25 14:09:30 -05:00
Marc Labbe
e3c9383694
Merged tarek/flake8 into default
2013-02-25 07:28:21 -05:00
Florent Xicluna
4c4c91fd85
Doc: fix shebang, issue #81
2013-02-25 10:51:55 +01:00
Florent Xicluna
348b484e62
Doc: re-order the chapters
2013-02-25 10:49:01 +01:00
Marc Labbe
909820f1ce
Merged tarek/flake8 into default
2013-02-24 13:19:00 -05:00
mrthbe
94143c2534
removed flake8.cmd, no longer necessary since dependency on setuptools is not explicit
2013-02-24 13:12:02 -05:00
Florent Xicluna
21d5c27ba5
Move the changelog one step deeper
2013-02-23 23:23:35 +01:00
Florent Xicluna
4437ade428
Doc review: extensions
2013-02-23 23:18:05 +01:00
Ian Cordasco
3dc992c0d0
Huge improvement to the extension docs
2013-02-23 14:49:53 -05:00
Ian Cordasco
83e53cc5a2
Forgot to include the extension docs in the toctree
2013-02-23 14:36:08 -05:00
Ian Cordasco
d22068b81c
Add extension documentation
...
Add more to the CHANGES list
2013-02-23 14:33:08 -05:00
Florent Xicluna
55659b28ab
Fix typo in the include directive
2013-02-23 13:20:45 +01:00
Florent Xicluna
f5825f7290
Re-use the README to avoid duplication with the documentation
2013-02-23 13:19:12 +01:00
Florent Xicluna
8976f69f21
Fix the link to the error codes
2013-02-23 13:17:32 +01:00
Florent Xicluna
e9280978c4
Doc minor change: leading space and title
2013-02-23 13:17:00 +01:00
Florent Xicluna
855d7f5f5f
docs/conf.py cleanup
2013-02-23 13:14:17 +01:00
Ian Cordasco
e348090431
Fix the heading for one part of the docs
2013-02-22 23:29:08 -05:00
Ian Cordasco
257eae684e
Add docs
2013-02-22 23:18:15 -05:00