mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 13:56:17 +00:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
27 lines
666 B
YAML
27 lines
666 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- id: check-docstring-first
|
|
- id: debug-statements
|
|
- id: requirements-txt-fixer
|
|
- id: check-toml
|
|
- id: check-merge-conflict
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.7.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.11
|
|
- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
|
|
rev: v0.1.0
|
|
hooks:
|
|
- id: dockerfilelint
|
|
stages: [commit]
|
|
|
|
ci:
|
|
autoupdate_branch: "dev"
|