We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5535bb commit 53b4b24Copy full SHA for 53b4b24
2 files changed
CHANGELOG
@@ -1,3 +1,10 @@
1
+1.0.0
2
+-----
3
+
4
+- Honor ignore settings in default flake8 config section; from
5
+ brianbruggeman@github
6
+- Improve junit XML output; from Struan Judd
7
8
0.9.1
9
-----
10
setup.py
@@ -6,7 +6,7 @@
setup(
name='pytest-flake8',
- version='0.9.1',
+ version='1.0.0',
description='pytest plugin to check FLAKE8 requirements',
11
long_description=open("README.rst").read(),
12
classifiers=[
0 commit comments