2021-05-11 06:57:24 -07:00
|
|
|
ci:
|
|
|
|
|
autoupdate_schedule: monthly
|
2019-05-06 15:39:19 -04:00
|
|
|
repos:
|
2023-11-09 09:20:27 -08:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-08-23 16:33:27 -07:00
|
|
|
rev: v0.6.2
|
2020-04-04 09:43:06 -07:00
|
|
|
hooks:
|
2023-11-09 09:20:27 -08:00
|
|
|
- id: ruff
|
|
|
|
|
- id: ruff-format
|
2019-05-31 13:38:39 -04:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-04-07 10:24:40 -07:00
|
|
|
rev: v4.6.0
|
2019-05-31 13:38:39 -04:00
|
|
|
hooks:
|
2023-11-09 09:20:27 -08:00
|
|
|
- id: check-merge-conflict
|
|
|
|
|
- id: debug-statements
|
2021-04-16 08:44:30 -07:00
|
|
|
- id: fix-byte-order-marker
|
2019-05-31 13:38:39 -04:00
|
|
|
- id: trailing-whitespace
|
|
|
|
|
- id: end-of-file-fixer
|