Skip to content

Commit 1f1acfb

Browse files
authored
Fix class removal option names
1 parent 6e368ed commit 1f1acfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ the minified code may only run with Python 3.12.
4949
- Annotation removal is now more configurable, with separate options for:
5050
- Removal of variable annotations (`--no-remove-variable-annotations`)
5151
- Removal of function return annotations (`--no-remove-return-annotations`)
52-
- Removal of function argument annotations (`--remove-argument-annotations`)
53-
- Removal of class attribute annotations (`--no-remove-class-annotations`)
52+
- Removal of function argument annotations (`--no-remove-argument-annotations`)
53+
- Removal of class attribute annotations (`--remove-class-attribute-annotations`)
5454

5555
The default behavior has changed, with class attribute annotations no longer removed by default.
5656
These are increasingly being used at runtime, and removing them can cause issues.

0 commit comments

Comments
 (0)