File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments