File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -44,27 +44,27 @@ repos:
4444 language : python
4545 entry : python ./scripts/format_code.py --check_android_bp
4646 pass_filenames : false
47- additional_dependencies : ['psutil==5.8.0 ', 'Jinja2==3.0.1']
47+ additional_dependencies : ['psutil==7.1.2 ', 'Jinja2==3.0.1']
4848 - id : format-code
4949 name : ACL Basic Formatting Checks
5050 stages : [pre-commit]
5151 language : python
5252 entry : python ./scripts/format_code.py --check_formatting --file_list
5353 pass_filenames : true
54- additional_dependencies : ['psutil==5.8.0 ', 'Jinja2==3.0.1']
54+ additional_dependencies : ['psutil==7.1.2 ', 'Jinja2==3.0.1']
5555 - id : copyright-checks
5656 name : ACL Copyright Year Checks
5757 stages : [pre-commit]
5858 language : python
5959 entry : python ./scripts/format_code.py --check_copyright --file_list
6060 pass_filenames : true
61- additional_dependencies : ['psutil==5.8.0 ', 'Jinja2==3.0.1']
61+ additional_dependencies : ['psutil==7.1.2 ', 'Jinja2==3.0.1']
6262 - id : include-functions-kernels
6363 name : Include new functions and kernels in headers
6464 stages : [pre-commit]
6565 language : python
6666 entry : python ./scripts/include_functions_kernels.py
67- additional_dependencies : ['psutil==5.8.0 ', 'Jinja2==3.0.1']
67+ additional_dependencies : ['psutil==7.1.2 ', 'Jinja2==3.0.1']
6868 pass_filenames : false
6969 - id : check-bad-style
7070 name : Check bad style on all files
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Pre-build binaries are generated with the following security / good coding pract
7777- macOS®
7878- Tizen™
7979- QNX® (Experimental)
80+ - FreeBSD® (Experimental)
8081
8182<br >
8283
@@ -164,3 +165,5 @@ Tizen is a registered trademark of The Linux Foundation.
164165Windows® is a trademark of the Microsoft group of companies.
165166
166167QNX® is a trademark of QNX, a division of BlackBerry.
168+
169+ FreeBSD® is a registered trademark of The FreeBSD Foundation.
You can’t perform that action at this time.
0 commit comments