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
|
|
|
|
rev: 23.9.1
|
2021-11-12 20:28:30 -05:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-11-28 21:04:29 -05:00
|
|
|
rev: v4.4.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
|
2023-09-19 10:36:15 -04:00
|
|
|
rev: v0.0.290
|
2022-09-07 02:56:46 -04:00
|
|
|
hooks:
|
2023-05-14 14:47:14 -04:00
|
|
|
- id: ruff
|