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 e0e146a commit 6e44c1bCopy full SHA for 6e44c1b
README.rst
@@ -121,6 +121,11 @@ and Holger Krekel's pytest-pep8.
121
Changes
122
=======
123
124
+4.0.2 - 2020-09-18
125
+------------------
126
+
127
+- Fix calling pytest --flakes directly on an __init__.py file. [akeeman]
128
129
4.0.1 - 2020-07-28
130
------------------
131
setup.py
@@ -5,7 +5,7 @@
5
description='pytest plugin to check source code with pyflakes',
6
long_description=open("README.rst").read(),
7
license="MIT license",
8
- version='4.0.1',
+ version='4.0.2',
9
author='Florian Schulze, Holger Krekel and Ronny Pfannschmidt',
10
url='https://github.com/asmeurer/pytest-flakes',
11
python_requires='>=3.5',
0 commit comments