Skip to content

Commit 4b998dc

Browse files
committed
Bump for 0.0.7.
1 parent 45a92e1 commit 4b998dc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Configuration options also exist:
1515

1616
## Changelog
1717

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+
1821
0.0.6
1922
- Stub functions that have docstrings are now correctly detected as stub functions
2023
- Functions with only a docstring are considered stub functions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name="flake8-unused-arguments",
99
license="MIT",
10-
version="0.0.6",
10+
version="0.0.7",
1111
description="flake8 extension to warn on unused function arguments",
1212
author="Nathan Hoad",
1313
author_email="nathan@hoad.io",

0 commit comments

Comments
 (0)