79627271

Date: 2025-05-18 08:46:05
Score: 2
Natty:
Report link

Your `exclude: ^generated/` only matches if the file path *starts* with `generated/`. To exclude any `generated` folder at any depth, use:

```yaml

exclude: (^|/)generated/

Test it with-->pre-commit run --all-files --verbose

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdurrahman