Skip to content

Commit 78bdf39

Browse files
committed
Bump for 0.0.10.
1 parent 5debe11 commit 78bdf39

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

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

2020
## Changelog
2121

22+
0.0.10
23+
- Added new options for ignoring lambdas and nested functions. Thanks to João Eiras for contributing these!
24+
2225
0.0.9
2326
- Check nested functions.
2427
- Don't crash if an attribute is used in a raise statement.

flake8_unused_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class Plugin:
1414
name = "flake8-unused-arguments"
15-
version = "0.0.9"
15+
version = "0.0.10"
1616

1717
ignore_abstract = False
1818
ignore_stubs = False

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.9",
10+
version="0.0.10",
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)