1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-cherrypy

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.pre-commit-config.yaml 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
pre-commit-ci[bot] Отправлено 12.02.2024 20:42 6b57b0c
---
repos:
# - repo: https://github.com/PyCQA/docformatter.git
# rev: v1.7.5
# hooks:
# - id: docformatter
# args:
# - --in-place
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v1.1.1
hooks:
- id: trailing-whitespace
exclude: cherrypy/test/static/index.html
- id: flake8
- id: check-merge-conflict
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: name-tests-test
include: cherrypy/test/
args:
- --django
exclude: tests/dist-check.py
- id: debug-statements
- id: check-added-large-files
- id: check-ast
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-json
include: .mention-bot
- id: check-symlinks
- id: check-yaml
- id: detect-private-key
exclude: cherrypy/test/test.pem
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/pydocstyle.git
rev: 6.3.0
hooks:
- id: pydocstyle
exclude: |
(?x)
tests/dist|
cherrypy/(
_cp(
compat|modpy|logging|error|wsgi|dispatch|tools|reqbody|request
)|
(
lib/(
auth|auth_basic|auth_digest|caching|covercp|
cpstats|cptools|encoding|gctools|httpauth|httputil|
jsontools|lockfile|locking|profiler|reprconf|sessions
)|
process/(plugins|servers|win32)
).py|
test|tutorial
)
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.4
hooks:
- id: remove-tabs
- repo: https://github.com/Lucas-C/pre-commit-hooks-lxml.git
rev: v1.1.0
hooks:
- id: forbid-html-img-without-alt-text
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.34.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
args:
- --strict
...

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-cherrypy.git
git@api.gitlife.ru:oschina-mirror/mirrors-cherrypy.git
oschina-mirror
mirrors-cherrypy
mirrors-cherrypy
main