| repos: | |
| - repo: https://github.com/ambv/black | |
| rev: 23.12.1 | |
| hooks: | |
| - id: black-jupyter | |
| language_version: python3 | |
| - repo: https://github.com/pycqa/isort | |
| rev: 5.12.0 | |
| hooks: | |
| - id: isort | |
| args: ["--profile", "black", "--filter-files"] | |
| - repo: https://github.com/pycqa/flake8 | |
| rev: 7.0.0 | |
| hooks: | |
| - id: flake8 | |