jedcunningham opened a new pull request, #34636:
URL: https://github.com/apache/airflow/pull/34636
We can let pre-commit do its thing instead of running specific static-check
type things explicity. There are a number of things that could mutate the file
before it's ready ultimately.
This is the error we get today, though the migration file is created:
```
Generating
/opt/airflow/airflow/migrations/versions/ff1136b2c21b_add_something.py ... done
Running post write hook 'isort' ...
FAILED
[2023-09-27T00:46:38.441+0000] {messaging.py:70} ERROR - Could not find
entrypoint console_scripts.isort
FAILED: Could not find entrypoint console_scripts.isort
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]