pip-upgrader icon indicating copy to clipboard operation
pip-upgrader copied to clipboard

Remove file extension check

Open mering opened this issue 1 year ago • 0 comments

The extension check causes more issues than it solves.

The remaining protections are sufficient:

  • checking for file existance
  • checking mime type
  • checking for predefined names in auto-detect mode

Furthermore, when explicitly passing a file (either via arg or via inclusion), users should be free to choose whatever extension suits them.

Fixes #52

mering avatar Oct 04 '24 08:10 mering