potiuk edited a comment on pull request #13732:
URL: https://github.com/apache/airflow/pull/13732#issuecomment-762073989


   Something like that would do in `.pre-commit-config.yaml`:
   
   ```
   - id: flynt
     name: Convert to f-strings with flynt
     entry: flynt
     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]


Reply via email to