Skip to content

Commit 08d661c

Browse files
seladbweb-flow
andauthored
Auto precommit update (#2033)
* Auto pre-commit update * Fix FindDPDK.cmake format --------- Co-authored-by: GitHub <[email protected]>
1 parent 53ffd95 commit 08d661c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
args: ['--fix=lf']
2323
- id: trailing-whitespace
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.3
25+
rev: v0.14.7
2626
hooks:
2727
- id: ruff # Run the linter.
2828
types_or: [ python ]
@@ -38,7 +38,7 @@ repos:
3838
- id: cppcheck
3939
args: ["--std=c++14", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
4040
- repo: https://github.com/BlankSpruce/gersemi
41-
rev: 0.22.3
41+
rev: 0.23.2
4242
hooks:
4343
- id: gersemi
4444
args: ["-c"]
@@ -54,6 +54,6 @@ repos:
5454
args: ['--config=typos-config.toml']
5555
pass_filenames: false
5656
- repo: https://github.com/lovesegfault/beautysh
57-
rev: v6.4.1
57+
rev: v6.4.2
5858
hooks:
5959
- id: beautysh

cmake/modules/FindDPDK.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ else()
7777

7878
# Get all the libraries regarding the version
7979
list(
80-
APPEND
81-
_DPDK_LOOK_FOR_LIBS
80+
APPEND _DPDK_LOOK_FOR_LIBS
8281
net
8382
kni
8483
ethdev
@@ -97,8 +96,7 @@ else()
9796

9897
if(DPDK_VERSION VERSION_LESS "20.11")
9998
list(
100-
APPEND
101-
_DPDK_LOOK_FOR_LIBS
99+
APPEND _DPDK_LOOK_FOR_LIBS
102100
pmd_bond
103101
pmd_vmxnet3
104102
pmd_virtio

0 commit comments

Comments
 (0)