ansys / ansys/pre-commit-hooks
Bash scripts are currently unrecognized since the there is no file extension
Open
enhancement
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- Avg merge
- 4h 21m
- Merged PRs (30d)
- 9
Description
### 📝 Description of the feature
Bash scripts are failing in pre-commit license because of it does not have extension and hence error is coming as unrecognized file.
```Skipped unrecognised file D:\PyAnsys\Repos\pymechanical-env\src\ansys\mechanical\env\mechanical-env```
eg: mechanical-env
https://github.com/ansys/pymechanical-env/blob/main/src/ansys/mechanical/env/mechanical-env
### 💡 Steps for implementing the feature
It can be fixed or we can exclude files using exclude option and manually update license
### 🔗 Useful links and references
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.