Florian Bruhin
|
5311576c34
|
Check pep257 via flake8.
We'll still keep the pydocstyle environment though until flake8-pep257 adds
support for that:
https://github.com/Robpol86/flake8-pep257/issues/6
|
2016-02-10 19:18:47 +01:00 |
|
Florian Bruhin
|
83dc390808
|
tests: Move fixtures into a separate file.
|
2016-02-04 07:27:23 +01:00 |
|
Florian Bruhin
|
7fa0dc68bf
|
flake8: Add flake8-pep3101 plugin.
Checks for old string formatting.
https://pypi.python.org/pypi/flake8-pep3101/
|
2016-01-22 19:40:10 +01:00 |
|
Florian Bruhin
|
a4a8c00e0f
|
flake8: Ignore L302 (ebb-lint "line was too long")
|
2016-01-22 19:39:21 +01:00 |
|
Florian Bruhin
|
dbdbc1d8db
|
flake8: Add flake8-deprecated plugin.
Warns about deprecated method calls.
https://pypi.python.org/pypi/flake8-deprecated/
|
2016-01-22 19:13:23 +01:00 |
|
Florian Bruhin
|
f74d1f26c7
|
flake8: Add flake8-string-format plugin.
string format checker, plugin for flake8
https://pypi.python.org/pypi/flake8-string-format/
|
2016-01-22 19:00:29 +01:00 |
|
Florian Bruhin
|
8bdb1b6b14
|
flake8: Add flake8-copyright plugin.
Adds copyright checks to flake8
https://pypi.python.org/pypi/flake8-copyright/
|
2016-01-22 17:46:33 +01:00 |
|
Florian Bruhin
|
3a7ced5843
|
flake8: Add ebb-lint plugin.
lint for ensuring quality software
https://pypi.python.org/pypi/ebb-lint/
|
2016-01-22 17:33:58 +01:00 |
|
Florian Bruhin
|
58fb2826ee
|
flake8: Add flake8-putty plugin.
Apply a bit of putty to flake8.
https://pypi.python.org/pypi/flake8-putty/
|
2016-01-22 17:33:58 +01:00 |
|
Florian Bruhin
|
fccde768ed
|
flake8: Add pep8-naming plugin.
Check PEP-8 naming conventions, plugin for flake8
https://pypi.python.org/pypi/pep8-naming/
|
2016-01-22 17:33:58 +01:00 |
|
Florian Bruhin
|
289891a828
|
flake8: Check W503 (line break before binary op)
|
2016-01-22 17:33:58 +01:00 |
|
Florian Bruhin
|
1952e070fd
|
Initial switch to flake8.
|
2016-01-22 17:33:58 +01:00 |
|