2020-02-05 18:59:04 +03:00
|
|
|
repos:
|
2023-02-23 15:02:58 +03:00
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
2024-06-03 20:24:10 +03:00
|
|
|
rev: v0.4.7
|
2023-09-09 13:07:12 +03:00
|
|
|
hooks:
|
2023-02-23 15:02:58 +03:00
|
|
|
- id: ruff
|
2024-04-01 20:49:47 +03:00
|
|
|
args: [--exit-non-zero-on-fix]
|
2023-09-09 13:07:12 +03:00
|
|
|
|
2023-09-09 13:16:25 +03:00
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
2024-05-06 20:25:18 +03:00
|
|
|
rev: 24.4.2
|
2020-02-05 18:59:04 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
|
2022-12-13 19:32:55 +03:00
|
|
|
- repo: https://github.com/PyCQA/bandit
|
2024-04-01 20:24:09 +03:00
|
|
|
rev: 1.7.8
|
2022-12-13 19:32:55 +03:00
|
|
|
hooks:
|
|
|
|
- id: bandit
|
|
|
|
args: [--severity-level=high]
|
|
|
|
files: ^src/
|
|
|
|
|
2020-06-06 13:13:11 +03:00
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
2024-04-01 20:24:09 +03:00
|
|
|
rev: v1.5.5
|
2020-06-06 13:13:11 +03:00
|
|
|
hooks:
|
|
|
|
- id: remove-tabs
|
2023-04-03 23:07:45 +03:00
|
|
|
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
|
2020-06-06 13:13:11 +03:00
|
|
|
|
2024-04-25 14:39:51 +03:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
2024-06-03 20:24:10 +03:00
|
|
|
rev: v18.1.5
|
2024-04-25 14:39:51 +03:00
|
|
|
hooks:
|
|
|
|
- id: clang-format
|
|
|
|
types: [c]
|
|
|
|
exclude: ^src/thirdparty/
|
|
|
|
|
2020-02-05 18:59:04 +03:00
|
|
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
2023-01-29 12:05:35 +03:00
|
|
|
rev: v1.10.0
|
2020-02-05 18:59:04 +03:00
|
|
|
hooks:
|
|
|
|
- id: rst-backticks
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-04-25 14:39:51 +03:00
|
|
|
rev: v4.6.0
|
2020-02-05 18:59:04 +03:00
|
|
|
hooks:
|
2023-09-09 14:32:42 +03:00
|
|
|
- id: check-executables-have-shebangs
|
2024-01-29 19:37:24 +03:00
|
|
|
- id: check-shebang-scripts-are-executable
|
2020-02-05 18:59:04 +03:00
|
|
|
- id: check-merge-conflict
|
2022-09-08 20:19:13 +03:00
|
|
|
- id: check-json
|
2023-05-27 11:52:03 +03:00
|
|
|
- id: check-toml
|
2020-02-05 18:59:04 +03:00
|
|
|
- id: check-yaml
|
2023-09-09 14:08:40 +03:00
|
|
|
- id: end-of-file-fixer
|
|
|
|
exclude: ^Tests/images/
|
2023-09-09 14:12:47 +03:00
|
|
|
- id: trailing-whitespace
|
|
|
|
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
|
2021-08-12 15:36:41 +03:00
|
|
|
|
2024-04-01 20:55:19 +03:00
|
|
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
2024-06-03 20:24:10 +03:00
|
|
|
rev: 0.28.4
|
2024-04-01 20:55:19 +03:00
|
|
|
hooks:
|
|
|
|
- id: check-github-workflows
|
|
|
|
- id: check-readthedocs
|
|
|
|
- id: check-renovate
|
|
|
|
|
2022-05-29 19:10:35 +03:00
|
|
|
- repo: https://github.com/sphinx-contrib/sphinx-lint
|
2023-12-12 20:01:30 +03:00
|
|
|
rev: v0.9.1
|
2022-05-29 19:10:35 +03:00
|
|
|
hooks:
|
|
|
|
- id: sphinx-lint
|
|
|
|
|
2023-05-27 11:52:03 +03:00
|
|
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
2024-04-25 14:39:51 +03:00
|
|
|
rev: 1.8.0
|
2023-05-27 11:52:03 +03:00
|
|
|
hooks:
|
|
|
|
- id: pyproject-fmt
|
|
|
|
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
2024-06-03 20:24:10 +03:00
|
|
|
rev: v0.18
|
2023-05-27 11:52:03 +03:00
|
|
|
hooks:
|
|
|
|
- id: validate-pyproject
|
|
|
|
|
2022-12-13 19:04:30 +03:00
|
|
|
- repo: https://github.com/tox-dev/tox-ini-fmt
|
2023-07-03 22:29:28 +03:00
|
|
|
rev: 1.3.1
|
2022-12-13 19:04:30 +03:00
|
|
|
hooks:
|
|
|
|
- id: tox-ini-fmt
|
|
|
|
|
2024-04-01 20:55:19 +03:00
|
|
|
- repo: meta
|
|
|
|
hooks:
|
|
|
|
- id: check-hooks-apply
|
|
|
|
- id: check-useless-excludes
|
|
|
|
|
2021-08-12 15:36:41 +03:00
|
|
|
ci:
|
2022-05-29 13:57:19 +03:00
|
|
|
autoupdate_schedule: monthly
|