y-crdt / ypy-websocket

WebSocket Connector for Ypy
https://davidbrochart.github.io/ypy-websocket
MIT License
44 stars 22 forks source link

Migrate to `hatch` #36

Closed jtpio closed 2 years ago

jtpio commented 2 years ago

Following the current trend of migrating python projects to hatch.

Done with: hatch new --init

davidbrochart commented 2 years ago

Not sure if flake8's max-line-length = 100 was taken into account?

jtpio commented 2 years ago

Not sure, seems to be passing now with https://github.com/y-crdt/ypy-websocket/pull/36/commits/8cdb7a7268253662ea15195ccda43e55b465abc0.

davidbrochart commented 2 years ago

Yes, or maybe we don't have such lines anyway.

davidbrochart commented 2 years ago

Thanks!

ofek commented 2 years ago

Nice! fyi flake8 doesn't support that yet https://github.com/PyCQA/flake8/issues/234