2023-11-15 18:15:31 +01:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
2024-03-03 18:11:43 +01:00
|
|
|
rev: 24.2.0
|
2023-11-15 18:15:31 +01:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
2024-03-03 18:11:43 +01:00
|
|
|
rev: 5.13.2
|
2023-11-15 18:15:31 +01:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-03-03 18:11:43 +01:00
|
|
|
rev: v0.3.0
|
2023-11-15 18:15:31 +01:00
|
|
|
hooks:
|
|
|
|
- id: ruff
|