microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.45k stars 2.16k forks source link

Set up poetry and ruff linting #776

Open abhahn opened 2 months ago

abhahn commented 2 months ago

Motivation and Context

Adding poetry for dependency and config management; setting up tools for formatting and linting with ruff.

All changes to application files are not intended to be functional changes, just linting / style changes.

Description

Contribution Checklist