Releases: tholo/pytest-flake8
Releases · tholo/pytest-flake8
0.9.1
- Do continuous integration with Travis
- Declare compatibility with Python 3.6
0.9
- Extend options already loaded instead of replacing them
- Correct some issues preventing proper operation with flake8 3.5.0
- Register pytest marker for flake8
0.8.1
- Allow running with no cacheprovider
- Modernize use of fixtures in tests
- Properly update version
0.8
- Allow running with not cacheprovider
- Modernize use of fixtures in tests
0.7
Add new options "flake8-max-complexity", "flake8-show-source" and "flake8-statistics"
0.5
Fix rendering of rST and fix version numbers
0.4
Really fix caching -- a comparison failed due to tuple vs. list
0.3: pytest-cache was integrated into pytest proper as of 2.8, so no
pytest-cache was integrated into pytest proper as of 2.8, so no
longer depend on the now deprecated pytest-cache module (issue #1)
Use documented hooks for session start and end.
Add line length configuration
Allow the maximum line length to be configured