jordan-dimov / passtest

GPT-assisted Test-Driven Development with Python
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Incorporate code linting and formatting with AI-generated code #3

Open jordan-dimov opened 1 year ago

jordan-dimov commented 1 year ago

AI-generated code might not always meet formatting standards and linting rules used by development teams. Integrate code linting and formatting tools like Black and Ruff to apply best practices, ensuring the final output code adheres to code quality standards. This will ease the integration process and help maintain a consistent codebase.

jordan-dimov commented 1 year ago

Implemented formatting of final code with black. Still TODO: ruff