Add pre-commit, fix trailing whitespace
All checks were successful
Trivy / test (push) Successful in 20s
CI / test (push) Successful in 41s
Lint / test (push) Successful in 30s

This commit is contained in:
Miguel Jacq 2025-12-18 13:49:27 +11:00
parent 8dd8c0a2be
commit 953ba11036
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 33 additions and 8 deletions

25
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,25 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 7.3.0
hooks:
- id: flake8
args: ["--select=F"]
types: [python]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/PyCQA/bandit
rev: 1.9.2
hooks:
- id: bandit
files: ^src/jinjaturtle/