Describe the bug
When somesy modifies files a warning is thrown in python 3.13
/.cache/pre-commit/repooqghd0x_/py_env-python3.13/lib/python3.13/site-packages/click/core.py:1786: UserWarning: The parameter -P is used more than once. Remove its duplicate as parameters should be unique.
rest = super().parse_args(ctx, args)
Describe the bug
When somesy modifies files a warning is thrown in python 3.13