openai / tiktoken

tiktoken is a fast BPE tokeniser for use with OpenAI's models.
MIT License
12k stars 818 forks source link

Add lint workflow #349

Closed esadek closed 4 hours ago

esadek commented 6 hours ago

Add GitHub workflow for linting. This workflow uses Ruff to lint the Python code.

esadek commented 6 hours ago

Please merge #348 first.

hauntsaninja commented 4 hours ago

Thanks, but see https://github.com/openai/tiktoken/pull/348#issuecomment-2395250082 We do run lint on the internal version, using our internal CI system and lint config