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 45a92e1 commit 4b998dcCopy full SHA for 4b998dc
2 files changed
README.md
@@ -15,6 +15,9 @@ Configuration options also exist:
15
16
## Changelog
17
18
+0.0.7
19
+ - The first unused argument in a @classmethod decorated function wasn't properly detected. Thanks to Sebastian Dietrich for contributing the fix!
20
+
21
0.0.6
22
- Stub functions that have docstrings are now correctly detected as stub functions
23
- Functions with only a docstring are considered stub functions
setup.py
@@ -7,7 +7,7 @@
7
setup(
8
name="flake8-unused-arguments",
9
license="MIT",
10
- version="0.0.6",
+ version="0.0.7",
11
description="flake8 extension to warn on unused function arguments",
12
author="Nathan Hoad",
13
author_email="nathan@hoad.io",
0 commit comments