opensearch-project / demos

Apache License 2.0
2 stars 13 forks source link

[FEATURE][DocBot] Automate linting with Black (contingent on #94) #96

Closed dtaivpp closed 7 months ago

dtaivpp commented 8 months ago

Is your feature request related to a problem?

In #94 we are setting up linting with Black, the automated linting framework by the PSF. This linting needs to be automated.

What solution would you like?

Add a step in our pre-commit-config.yaml to run black automatically on commits of .py files. This way we can be sure our code is automatically all following conventions.

dtaivpp commented 7 months ago

Closed with #105