vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
247 stars 49 forks source link

Fix pre-commit checks #110

Closed DanielSchiavini closed 9 months ago

DanielSchiavini commented 9 months ago

There is a conflict between black and isort that is causing pre-commit hooks to always fail black changes the file and isort changes it back to the original. The result is the hook fails and the code is not changed.

In this PR I updated the pre-commit config to the latest versions and changed the isort line length to match what black expects