2 Commits
Author SHA1 Message Date
mdaleo404 a51a41392e Merge branch 'main' of ssh://git.sysmd.uk:222/guardutils/chguard 2026-09-18 10:31:13 +01:00
mdaleo404 17e33e095d Update pre-commit config 2026-09-18 10:29:04 +01:00
+7 -1
View File
@@ -3,19 +3,25 @@ repos:
rev: 1.9.4
hooks:
- id: bandit
name: Security Scan with Bandit
files: ^chguard/
args: ["-lll", "-iii", "-s", "B110,B112"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
name: Enforce Black formatting
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
name: Enforce removal of trailing whitespace
- id: end-of-file-fixer
name: Enforce end of the file format
- id: check-yaml
name: Check YAML syntax
- id: check-toml
name: Check TOML syntax