/
githubmirror
/
Multi-GPT
Обзор
Документация
Войти
/
githubmirror
/
Multi-GPT
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.pre-commit-config.yaml
33 строки
901 B
0xArty
added sourcery back
14 апр 2023, 22:43
14 апр 2023, 22:43
3ec5f12
Код
Авторство
О чём код?
repos: - repo: https://github.com/sourcery-ai/sourcery rev: v1.1.0 # Get the latest tag from https://github.com/sourcery-ai/sourcery/tags hooks: - id: sourcery - repo: https://github.com/pre-commit/pre-commit-hooks rev: v0.9.2 hooks: - id: check-added-large-files args: [ '--maxkb=500' ] - id: check-byte-order-marker - id: check-case-conflict - id: check-merge-conflict - id: check-symlinks - id: debug-statements - repo: local hooks: - id: isort name: isort-local entry: isort language: python types: [ python ] exclude: .+/(dist|.venv|venv|build)/.+ pass_filenames: true - id: black name: black-local entry: black language: python types: [ python ] exclude: .+/(dist|.venv|venv|build)/.+ pass_filenames: true