2021-04-05 14:08:52 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.4.0
|
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-case-conflict
|
|
|
|
- id: check-json
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-symlinks
|
|
|
|
- id: check-toml
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-02-22 09:05:45 +03:00
|
|
|
rev: 5.12.0
|
2021-04-05 14:08:52 +03:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2021-04-06 19:49:17 +03:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2021-04-05 14:08:52 +03:00
|
|
|
rev: 3.9.0
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
additional_dependencies:
|
|
|
|
- flake8-tidy-imports
|
2023-10-13 14:44:45 +03:00
|
|
|
- repo: https://github.com/adamchainz/blacken-docs
|
|
|
|
rev: 1.13.0
|
|
|
|
hooks:
|
|
|
|
- id: blacken-docs
|
|
|
|
exclude: ^(?!docs).*$
|
|
|
|
additional_dependencies:
|
|
|
|
- black==23.1.0
|