mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Update header_checker.py to support python and assembly files.
Add support for checking and verifying SPDX license identifiers.
This commit is contained in:
parent
3c4049c8f7
commit
459a6cbb4c
2 changed files with 344 additions and 71 deletions
6
.github/scripts/common/requirements.txt
vendored
6
.github/scripts/common/requirements.txt
vendored
|
|
@ -1,5 +1,5 @@
|
|||
certifi==2020.12.5
|
||||
chardet==3.0.4
|
||||
chardet==4.0.0
|
||||
colorama==0.4.4
|
||||
Deprecated==1.2.10
|
||||
gitdb==4.0.5
|
||||
|
|
@ -8,7 +8,7 @@ idna==2.10
|
|||
PyGithub==1.54
|
||||
PyJWT==1.7.1
|
||||
PyYAML==5.4
|
||||
requests==2.24.0
|
||||
requests==2.25.1
|
||||
smmap==3.0.4
|
||||
urllib3==1.25.11
|
||||
urllib3==1.26.3
|
||||
wrapt==1.12.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue