2020-12-15 21:32:08 +01:00
|
|
|
repos:
|
2023-09-10 10:07:22 +02:00
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
2024-02-23 07:30:44 +01:00
|
|
|
rev: 24.2.0
|
2022-02-02 11:36:57 +01:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-03-03 16:33:55 +01:00
|
|
|
exclude: \.py-tpl$
|
2023-02-28 13:14:51 +01:00
|
|
|
- repo: https://github.com/adamchainz/blacken-docs
|
2023-10-23 08:58:30 +02:00
|
|
|
rev: 1.16.0
|
2023-02-28 13:14:51 +01:00
|
|
|
hooks:
|
|
|
|
- id: blacken-docs
|
|
|
|
additional_dependencies:
|
2024-02-23 07:30:44 +01:00
|
|
|
- black==24.2.0
|
2024-01-04 05:35:46 +01:00
|
|
|
files: 'docs/.*\.txt$'
|
2020-12-15 21:32:08 +01:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2024-01-05 08:23:31 +01:00
|
|
|
rev: 5.13.2
|
2020-12-15 21:32:08 +01:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2021-04-06 07:32:59 +02:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2024-01-05 08:23:31 +01:00
|
|
|
rev: 7.0.0
|
2020-12-15 21:32:08 +01:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2024-01-05 08:23:31 +01:00
|
|
|
rev: v8.56.0
|
2020-12-15 21:32:08 +01:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|