We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4856b0e commit 0348600Copy full SHA for 0348600
CHANGELOG
@@ -2,8 +2,10 @@
2
-----
3
4
- Drop Python 2 support and dependency on py; from @erikkemperman
5
+- Drop support for Python 3.5, 3.6
6
- Stop testing on Python versions prior to 3.7
7
- Add a `flake8-max-doc-length` option; from @rodrigomologni
8
+- Fix some minor typos; from @kianmeng
9
10
1.0.7
11
setup.py
@@ -6,7 +6,7 @@
setup(
name='pytest-flake8',
- version='1.0.7',
+ version='1.1.0',
description='pytest plugin to check FLAKE8 requirements',
long_description=open("README.rst").read(),
12
classifiers=[
0 commit comments