browsertrix/.pre-commit-config.yaml
Ilya Kreymer b574f00d2b
Add Repository Index + Chart Rename + Docs Rename (#1708)
Repository Index: Generate an index.yaml in ./docx/helm-repo/index.yaml
to allow for browsertrix to be a helm repository.
docs: rename docs.browsertrix.cloud -> docs.browsertrix.com
docs: update deployment doc to mention helm repo as preferred way to
install
docs build action: generate repository index in GH action
publish action: update auto-generated message to mention installing from
the repo.

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-04-21 09:42:25 -07:00

36 lines
766 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
args: ["backend/btrixcloud/"]
- repo: local
hooks:
- id: pylint
name: pylint
entry: cd backend && pylint
language: system
types: [python]
args: ["btrixcloud/"]
- repo: local
hooks:
- id: mypy
name: mypy
entry: cd backend && mypy
language: python
args: ["btrixcloud/"]
- repo: local
hooks:
- id: husky-run-pre-commit
name: husky
language: system
entry: frontend/.husky/pre-commit
pass_filenames: false
# - repo: local
# hooks:
# - id: password-check
# name: password-check
# language: system
# types: [yaml]
# entry: python3 scripts/check_passwords.py