| 1234567891011121314151617181920 |
- ci:
- autoupdate_schedule: monthly
- repos:
- - repo: https://github.com/pycqa/isort
- rev: 5.12.0
- hooks:
- - id: isort
- args: [--profile=black]
- - repo: https://github.com/psf/black
- rev: 23.11.0
- hooks:
- - id: black
- - repo: https://github.com/codespell-project/codespell
- rev: v2.2.6
- hooks:
- - id: codespell
- files: ^.*\.(py|md|rst|yml)$
|