pygrep-hooks
pygrep-hooks copied to clipboard
A collection of fast, cheap, regex based pre-commit hooks.
[Version 1.7.3](https://github.com/PyCQA/bandit/releases/tag/1.7.3) of Python SAST tool [bandit](https://github.com/PyCQA/bandit) added support for disabling individual tests in https://github.com/PyCQA/bandit/pull/597. It is now possible to disable specific codes like so: ```python # nosec: B101, B102...
See https://github.com/pypa/pip/pull/10914, especially https://github.com/pypa/pip/pull/10914#issuecomment-1046557599. We have Markdown stuff inside an RST code block, and there're Markdown backticks in there. However, the `rst-backticks` hook thinks those backticks are part of the...
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.10.1)