1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22repos: - repo: https://github.com/pycqa/autoflake rev: v1.4 hooks: - id: autoflake language_version: python3 args: [ '--in-place', '--remove-all-unused-imports', '--ignore-init-module-imports' ] - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort language_version: python3 - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black language_version: python3