To run the code quality checks, run the following command:
flake8 expediagroup/ generator/- You can run
isort expediagroup/ generator/to automatically fix import order issues.flake8will reportisortrelated issues asIerrors.
- You can run
black expediagroup/ generator/to automatically fix formatting issues.flake8will reportblackrelated issues asBLKerrors.
- You may fix other issues manually.