epam / ai-dial-adapter-openai

The project implements AI DIAL API for language models from Azure OpenAI
https://epam-rail.com
Apache License 2.0
11 stars 3 forks source link

Consider addind more linting rules #164

Open adubovik opened 6 days ago

adubovik commented 6 days ago

E.g. the one which prohibits shadowing of build-in methods: https://docs.astral.sh/ruff/rules/builtin-variable-shadowing/

Get through the list and add the rules that make sense for us: https://docs.astral.sh/ruff/rules/

roman-romanov-o commented 5 days ago

https://pypi.org/project/flake8-builtins/