Skip to content

Commit

Permalink
experimental option is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 29, 2024
1 parent 83e29b6 commit 53a993e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -3965,6 +3965,9 @@ def parse_args(arguments, apply_config=False):
'to the second',
)

if args.experimental:
warnings.warn("`experimental` option is deprecated and will be removed in a future version.", DeprecationWarning)

return args


Expand Down

0 comments on commit 53a993e

Please sign in to comment.