mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-23 16:23:02 +03:00
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/crashappsec/pre-commit-sync
|
|
rev: 04b0e02eefa7c41bedca7456ad542e60b67c16c6
|
|
hooks:
|
|
- id: pre-commit-sync
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.2.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/netromdk/vermin
|
|
rev: v1.6.0
|
|
hooks:
|
|
- id: vermin
|
|
args: ['-t=3.10-', '--violations']
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.13.2 # sync:isort:poetry.lock
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.4.2 # sync:black:poetry.lock
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 7.1.0 # sync:flake8:poetry.lock
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/PyCQA/bandit
|
|
rev: 1.7.9 # sync:bandit:poetry.lock
|
|
hooks:
|
|
- id: bandit
|