-
We were using pytest in a python project where we had some metaclass manipulations of the unittest.TestCase. In the metaclass we added new functions dynamically and added it to the class. When doing t…
-
Originally reported by: **John Vandenberg (Bitbucket: [jayvdb](http://bitbucket.org/jayvdb), GitHub: [jayvdb](http://github.com/jayvdb))**
---
v 1.4 calls logging.basicConfig() which installs a stre…
-
Consider following valid code, at module top level:
``` python
# snip
class Foo:
pass
class Bar:
pass
# snip
```
Consider making it conditional, at module top level:
``` python
# snip
if …
-
webcite is failing. I appreciate that this project probably isnt to blame, and have raised https://github.com/mementoweb/timegate/issues/4 for where I suspect the problem lies. So this is an #upstrea…
-
While parsing https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/data/api.py
```
$ flake8 --version
2.2.5 (pep8: 1.5.7, flake8_copyright: 0.1, flake8-string-format: 0.2.2.dev0, flake8…
-
- Where else should we credit developers ?
- Who are the other (older) developers ?
- How do we mention the sources ?
-
A TokenError occurs whenever a docstring has three lines.
``` bash
$ cat test.py
"""
foo
"""
bah = 1
$ flake8 test.py
Traceback (most recent call last):
File "/usr/bin/flake8", line 9, in
loa…
-
Pywikibot supports Python 2.6.
Using `flake8-string-format` I can see several problems with Python 2.6.
```
$ flake8 . | grep ': P'
./pycolorname/color_system.py:86:30: P101 format string does conta…
-
While I can sympathise with your decision to disable pep8.noqa (https://github.com/flowroute/ebb-lint/blob/da34049b11fa93f7da967995b0bf593c36a71d60/ebb_lint/flake8.py#L23) , this flake8 plugin would b…
-
```
This is a tracking bug for getting DumpGenerator 2.0 released. Code is
currently in the works and is intended to be a rewrite of the original version
(supposedly called 1.0).
Outline of what fe…