You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add pre-commit hooks and flake8-bandit ruff rules
Introduce a pre-commit configuration running ruff (lint + format) and the
standard pre-commit-hooks. Expand the ruff rule set to cover flake8 (E/W/F),
flake8-django (DJ) and flake8-bandit (S); ignore S101 in tests/conftest.
Vendored static assets under web/static/ are excluded from the generic
whitespace/EOF hooks. Hand-maintained files are normalised one-off.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments