2020-05-06 13:00:06 +03:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2025-10-11 00:16:50 +03:00
|
|
|
rev: v6.0.0
|
2020-05-06 13:00:06 +03:00
|
|
|
hooks:
|
2022-08-14 16:32:29 +03:00
|
|
|
- id: "trailing-whitespace"
|
|
|
|
|
- id: "check-case-conflict"
|
|
|
|
|
- id: "check-merge-conflict"
|
|
|
|
|
- id: "debug-statements"
|
|
|
|
|
- id: "end-of-file-fixer"
|
|
|
|
|
- id: "mixed-line-ending"
|
|
|
|
|
- id: "detect-private-key"
|
2022-11-21 01:06:55 +02:00
|
|
|
- id: "check-yaml"
|
2022-08-14 16:32:29 +03:00
|
|
|
- id: "check-toml"
|
2022-11-21 01:06:55 +02:00
|
|
|
- id: "check-json"
|
2020-05-06 13:00:06 +03:00
|
|
|
|
2021-09-07 00:32:43 +03:00
|
|
|
- repo: https://github.com/psf/black
|
2025-10-06 19:19:23 +03:00
|
|
|
rev: 25.9.0
|
2020-05-06 13:00:06 +03:00
|
|
|
hooks:
|
2021-09-07 00:32:43 +03:00
|
|
|
- id: black
|
|
|
|
|
files: &files '^(aiogram|tests|examples)'
|
2020-05-06 13:00:06 +03:00
|
|
|
|
2024-06-14 20:11:08 +03:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2025-10-11 00:16:50 +03:00
|
|
|
rev: 'v0.14.0'
|
2020-05-06 13:00:06 +03:00
|
|
|
hooks:
|
2023-01-12 02:49:58 +02:00
|
|
|
- id: ruff
|