13 lines
345 B
YAML
13 lines
345 B
YAML
default_language_version:
|
|
python: python3.10
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: no-commit-to-branch # prevent direct commits to main branch
|
|
- id: check-yaml
|
|
args: ["--unsafe"]
|
|
- id: check-toml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|