2017-11-21 15:35:51 +00:00
|
|
|
repos:
|
2021-12-24 19:06:47 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-11-05 02:04:08 +00:00
|
|
|
rev: v4.4.0
|
2021-12-24 19:06:47 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: double-quote-string-fixer
|
2022-12-04 02:32:49 +00:00
|
|
|
- id: check-toml
|
2021-12-24 19:06:47 +00:00
|
|
|
- id: check-yaml
|
2015-12-21 03:05:20 +00:00
|
|
|
|
2022-12-04 15:48:13 +00:00
|
|
|
- repo: https://gitlab.com/bmares/check-json5
|
|
|
|
rev: v1.0.0
|
|
|
|
hooks:
|
|
|
|
- id: check-json5
|
|
|
|
|
2022-10-23 12:38:52 +00:00
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
|
|
rev: v1.3.1
|
|
|
|
hooks:
|
|
|
|
- id: forbid-crlf
|
|
|
|
- id: remove-crlf
|
|
|
|
- id: forbid-tabs
|
|
|
|
- id: remove-tabs
|
|
|
|
|
2021-12-24 19:06:47 +00:00
|
|
|
- repo: https://github.com/codespell-project/codespell
|
2022-10-29 16:45:14 +00:00
|
|
|
rev: v2.2.2
|
2021-12-24 19:06:47 +00:00
|
|
|
hooks:
|
|
|
|
- id: codespell
|
2022-08-22 17:50:03 +00:00
|
|
|
args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473
|
2021-04-24 17:27:17 +00:00
|
|
|
|
2022-12-04 15:48:13 +00:00
|
|
|
- repo: https://github.com/RobertCraigie/pyright-python
|
|
|
|
rev: v1.1.278
|
|
|
|
hooks:
|
|
|
|
- id: pyright
|
|
|
|
|
2021-12-24 19:06:47 +00:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
2022-11-05 02:04:08 +00:00
|
|
|
rev: v0.991
|
2021-12-24 19:06:47 +00:00
|
|
|
hooks:
|
|
|
|
- id: mypy
|
2022-01-31 21:30:18 +00:00
|
|
|
exclude: setup.py|docs/conf.py|tests
|
2020-07-30 13:31:03 +00:00
|
|
|
|
2022-12-04 15:48:13 +00:00
|
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
|
|
|
rev: v0.0.156
|
2021-12-24 19:06:47 +00:00
|
|
|
hooks:
|
2022-12-04 15:48:13 +00:00
|
|
|
- id: ruff
|
2020-07-27 13:15:01 +00:00
|
|
|
|
2022-10-01 16:32:33 +00:00
|
|
|
- repo: https://github.com/dosisod/refurb
|
2022-11-05 02:04:08 +00:00
|
|
|
rev: v1.8.0
|
2022-10-01 16:32:33 +00:00
|
|
|
hooks:
|
|
|
|
- id: refurb
|