potiuk commented on pull request #13732:
URL: https://github.com/apache/airflow/pull/13732#issuecomment-762073989
Something like that would do in .pre-commit:
```
- id: flynt
name: Format f-strings with flynt
entry: flynt
args: [--fail-on-change]
language: python
language_version: python3
require_serial: true
additional_dependencies: ['flynt']
files: \.py$
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]