- Use requirements.txt to pin dependencies. [gforcada]
- Fix tests with newer flake8 version. [gforcada]
- BREAKING CHANGE: error codes have been changed from B00X to A00X to not clash with flake8-bugbear, see https://github.com/gforcada/flake8-builtins/issues/7 [gforcada]
0.4
----------------
- Use a different code for class attributes. [karamanolev]
0.3.1.post0
------------------------
- Release universal wheels, not only python 2 wheels. [gforcada]
- Update trove classifiers. [gforcada]
0.3.1
------------------
- Fix stdin handling. [sangiovanni]
0.3
----------------
- Handle stdin, which is the way flake8 gets integrated into editors. [gforcada]
- Test against Python 2.7, 3.5, 3.6 and pypy. [gforcada]