Fix mirro reference in DEVELOPMENT.md
Lint & Security / precommit-and-security (pull_request) Successful in 1m1s

This commit is contained in:
2026-06-23 16:12:02 +01:00
parent c1140c1b9c
commit f466040677
+1 -1
View File
@@ -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.
---