Skip to content

Releases: tholo/pytest-flake8

0.9.1

26 Oct 18:32
Compare
Choose a tag to compare
  • Do continuous integration with Travis
  • Declare compatibility with Python 3.6

0.9

23 Oct 23:06
Compare
Choose a tag to compare
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

18 Oct 00:15
Compare
Choose a tag to compare
  • Allow running with no cacheprovider
  • Modernize use of fixtures in tests
  • Properly update version

0.8

18 Oct 00:07
Compare
Choose a tag to compare
0.8
  • Allow running with not cacheprovider
  • Modernize use of fixtures in tests

0.7

06 Oct 19:03
Compare
Choose a tag to compare
0.7

Add new options "flake8-max-complexity", "flake8-show-source" and "flake8-statistics"

0.6

06 Oct 19:03
Compare
Choose a tag to compare
0.6

Updates for flake8 3.x

0.5

21 Apr 18:34
Compare
Choose a tag to compare
0.5

Fix rendering of rST and fix version numbers

0.4

21 Apr 18:33
Compare
Choose a tag to compare
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

18 Apr 22:46
Compare
Choose a tag to compare

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

12 Feb 01:02
Compare
Choose a tag to compare

Allow the maximum line length to be configured