Files
revanced-api/.pre-commit-config.yaml
Alexandre Teles (afterSt0rm) f4c10dc064 fix: add required headers (#8)
* fix: add required headers

* ci: remove compose linter
2023-07-12 20:56:48 -03:00

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.3.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"