2020-02-28 17:39:18 +03:00
|
|
|
repos:
|
2020-06-02 16:51:36 +03:00
|
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
2023-06-16 16:41:46 +03:00
|
|
|
rev: v0.9.0.5
|
2020-03-04 18:01:23 +03:00
|
|
|
hooks:
|
2020-03-04 19:47:22 +03:00
|
|
|
- id: shellcheck
|
2021-01-30 02:47:06 +03:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
2022-11-15 23:58:15 +03:00
|
|
|
rev: v2.2.1
|
2020-03-06 17:43:59 +03:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
2020-04-04 04:59:36 +03:00
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
2022-11-15 23:58:15 +03:00
|
|
|
rev: v0.32.2
|
2020-04-04 04:59:36 +03:00
|
|
|
hooks:
|
|
|
|
- id: markdownlint
|
2020-04-13 20:11:10 +03:00
|
|
|
args: [--fix]
|
2024-01-23 18:42:10 +03:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
|
|
rev: v0.1.14
|
|
|
|
hooks:
|
|
|
|
- id: ruff
|
2024-02-02 23:06:25 +03:00
|
|
|
args: [--fix, --show-fixes]
|
2024-01-25 13:33:57 +03:00
|
|
|
- id: ruff-format
|
2024-01-31 18:59:20 +03:00
|
|
|
exclude: ^treeherder/.*/migrations
|