Releases: tholo/pytest-flake8
Releases · tholo/pytest-flake8
1.1.1
1.1.0
- Drop Python 2 support and dependency on py; from @erikkemperman
- Drop support for Python 3.5, 3.6
- Stop testing on Python versions prior to 3.7
- Add a
flake8-max-doc-length
option; from @rodrigomologni - Fix some minor typos; from @kianmeng
1.0.7
1.0.6
1.0.5
- Fix deprecation warning; from @jonasundderwolf
1.0.4
1.0.3
1.0.2
Fix junit XML again
Correct how we create junit XML node identifiers; this changed with pytest 3.5.0. Bump minimum required version of pytest to match.
Correct ignores; improve junit XML
- Honor ignore settings in default flake8 config section; from
brianbruggeman@github - Improve junit XML output; from Struan Judd