Skip to content

Commit 1ed880d

Browse files
committed
Bump for 0.0.9.
1 parent 9b38570 commit 1ed880d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

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

1616
## Changelog
1717

18+
0.0.9
19+
- Check nested functions.
20+
- Don't crash if an attribute is used in a raise statement.
21+
1822
0.0.8
1923
- Whoops, report the right version when using flake8 --help.
2024

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.8"
15+
version = "0.0.9"
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.8",
10+
version="0.0.9",
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)