From f466040677781241a268d49880e32d481c914189 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Tue, 23 Jun 2026 16:12:02 +0100 Subject: [PATCH] Fix mirro reference in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0505d01..46829ee 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -606,7 +606,7 @@ Scheduled/manual security workflow: -> fail workflow on those vulnerabilities ``` -Pre-commit currently includes Black, trailing whitespace, EOF, YAML, and TOML checks. The Bandit hook exists, but its `files` pattern is `^src/mirro/`, which does not match the current `chguard/` package layout. If relying on Bandit for this project, fix that pattern. +Pre-commit currently includes Bandit, Black, trailing whitespace, EOF, YAML, and TOML checks. ---