2021-11-12 20:28:30 -05:00
|
|
|
repos:
|
2023-09-19 10:36:15 -04:00
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
2024-11-18 18:07:47 -05:00
|
|
|
rev: 24.10.0
|
2021-11-12 20:28:30 -05:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-11-18 18:07:47 -05:00
|
|
|
rev: v5.0.0
|
2021-11-12 20:28:30 -05:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: debug-statements
|
|
|
|
- id: pretty-format-json
|
2023-05-14 14:47:14 -04:00
|
|
|
args: [--autofix]
|
2021-11-12 20:28:30 -05:00
|
|
|
- id: check-json
|
2022-09-07 02:56:46 -04:00
|
|
|
|
2023-07-15 18:02:50 -04:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-11-18 18:07:47 -05:00
|
|
|
rev: v0.7.4
|
2022-09-07 02:56:46 -04:00
|
|
|
hooks:
|
2023-05-14 14:47:14 -04:00
|
|
|
- id: ruff
|