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
v0.2.22 - Checkstyle formatter & security scanning
New features:
- Checkstyle XML output format for CI/CD integration (-f checkstyle)
- Bandit security scanner in pre-commit
- Hardcoded IP address pre-commit check (SonarCloud S1313)
- Path filters in GitHub Actions to skip tests on docs-only changes
fix(py36): Disable ruff UP021 rule to keep universal_newlines
The 'text' parameter in subprocess.run requires Python 3.7+.
Ruff was auto-fixing universal_newlines -> text which breaks Py3.6.
Bump to v0.2.18