Farama-Foundation / miniwob-plusplus

MiniWoB++: a web interaction benchmark for reinforcement learning
https://miniwob.farama.org/
MIT License
280 stars 47 forks source link

Specified version of pyright in pre-commit hook. #62

Closed ppasupat closed 1 year ago

ppasupat commented 1 year ago

Description

Specify the version of Pyright in pre-commit hook. This should fix the current pre-commit error, and should prevent such failures in the future. Other pre-commit hooks already have the version numbers specified.

Type of change

Please delete options that are not relevant.

Checklist:

pseudo-rnd-thoughts commented 1 year ago

Given that we don't need pre commit working urgently, I was planning on ignoring the issue for the next few days until pyright fix it.

pseudo-rnd-thoughts commented 1 year ago

The easiest thing I realised is to revert back to an old version then update to the new version once fixed