| 12345678910111213141516171819 |
- ci:
- autoupdate_schedule: monthly
- repos:
- - repo: https://github.com/pycqa/isort
- rev: 5.12.0
- hooks:
- - id: isort
- - repo: https://github.com/psf/black
- rev: 23.7.0
- hooks:
- - id: black
- - repo: https://github.com/codespell-project/codespell
- rev: v2.2.5
- hooks:
- - id: codespell
- files: ^.*\.(py|md|rst|yml)$
|