William Leara
|
5ffa64907d
|
fix for flake8 rule E302
This commit fixes all the E302 errors. They were found by running "flake8 ." from the root directory. This is an error defined by "pycodestyle", and has no functional impact to the source. This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.
background:
https://www.flake8rules.com/rules/E302.html
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=line%2C%20found%200-,E302,-expected%202%20blank
versions: flake8 v7.2.0, python v3.12.6
Signed-off-by: William Leara <william.leara@dell.com>
|
2025-04-30 12:02:15 -07:00 |
|
William Leara
|
619da28e7d
|
fix for flake8 rule W293
This commit fixes all the W293 errors. They were found by running "flake8 ." from the root directory. W293 is an error defined by "pycodestyle", and has no functional impact to the source. This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.
background:
https://www.flake8rules.com/rules/W293.html
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=end%20of%20file-,W293,-blank%20line%20contains
versions: flake8 v7.1.1, python v3.12.6
Signed-off-by: William Leara <william.leara@dell.com>
|
2025-03-11 09:06:39 -07:00 |
|
Nathaniel Mitchell
|
3a832e89c2
|
Update chipsec_util to check if a cfg is loaded when it's needed
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2024-09-20 00:00:10 -07:00 |
|
Dan Scott
|
0e8192cfd0
|
Move files to library folder
|
2024-03-22 14:26:59 -07:00 |
|
Nathaniel Mitchell
|
96d5409688
|
Update BaseCommand, chipsec_util with new util structure
Additional changes to enhance utils usage
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2023-07-27 11:39:28 -07:00 |
|
Nathaniel Mitchell
|
291632c0ee
|
Apply flake8 code formatting rules against repo
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2022-07-28 09:17:10 -07:00 |
|
Nathaniel Mitchell
|
c8c14e21be
|
Remove shebang from all but the entry points. Update ep to py3
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2021-08-12 08:27:33 -07:00 |
|
BrentHoltsclaw
|
0db6f1263a
|
Allow utilcmds to return Exitcodes
|
2019-06-13 13:16:57 -07:00 |
|
abazhaniuk
|
c377a72e28
|
Deb package (#135)
* merge
* Add Debian packaging
* cleanup
* Removed incorrect info into Copyright.
* One more: removed incorrect info in Copyright.
|
2017-01-06 12:57:13 -08:00 |
|
abazhaniuk
|
94fe7f02f1
|
change setup.py build driver by default. change root directory of chipsec. move WARNING.txt to chipsec. remove PKG-INFO (#107)
|
2016-10-18 18:19:42 -07:00 |
|