util: Remove Python file from style hook checks

Since incorporation of Python black to check python files as a
pre-commit (added here:
https://gem5-review.googlesource.com/c/public/gem5/+/61111), we no
longer need to style-check Python via the style hook checks.

Change-Id: Iaf9e454a6274b26e202a4aaac0c891309fbc948f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62051
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Bobby R. Bruce
2022-08-03 13:04:27 -07:00
committed by Bobby Bruce
parent 6ca1138a31
commit c3d6b60927

View File

@@ -119,7 +119,7 @@ style_ignores = [
# code
_re_only(
"^((.*\/)?(SConscript|SConstruct)|"
".*\.(c|h|cc|hh|cpp|hpp|py|isa|proto))$"
".*\.(c|h|cc|hh|cpp|hpp|isa|proto))$"
),
]