Added pre-commit troubleshooting

This commit is contained in:
Michele Cereda
2022-08-29 17:15:53 +02:00
parent 5bb6195a61
commit 77686d71d2

View File

@@ -51,6 +51,12 @@ repos:
name: ansilint # use an alias
```
## Troubleshooting
### Some files are skipped during a run
Check they are tracked (have been `add`ed to the repository).
## Further readings
- Pre-commit's [website]