# Summary * why is the feature needed? To be compatible with other code quality tools. Ruff -> `# noqa` Bandit -> `# nosec` Pytest-cov -> `# nocov` ? * what problem does it solve? Developer productivity * how it is better compared to past solutions to the problem? N/A