ansys / pre-commit-hooks

Ansys-developed pre-commit hooks for automating style and formatting
https://pre-commit-hooks.docs.ansys.com/
MIT License
5 stars 1 forks source link

Add `lint --only <files>` option to reuse #199

Open klmcadams opened 2 months ago

klmcadams commented 2 months ago

📝 Description of the feature

Work on this PR to add the lint --only <files> option:

https://github.com/fsfe/reuse-tool/pull/903

This should significantly speed up the time it takes to check files in the add-license-headers hook. Right now, lint has to check all files in the repository each time it is run

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response