Skip to content

Commit

Permalink
Auto precommit update (#1673)
Browse files Browse the repository at this point in the history
* Auto pre-commit update

* fix typo

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Ege Çetin <[email protected]>
Co-authored-by: egecetin <[email protected]>
  • Loading branch information
4 people authored Jan 1, 2025
1 parent c507977 commit 6887479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
args: ['--fix=lf']
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
- id: ruff # Run the linter.
types_or: [ python ]
Expand All @@ -48,7 +48,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.28.1
rev: codespell-dict-v0.5.0
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
2 changes: 1 addition & 1 deletion Examples/KniPong/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ namespace
}

/**
* Handle all UDP packets as a packet carying a "ping" string to "pong" to with same string.
* Handle all UDP packets as a packet carrying a "ping" string to "pong" to with same string.
* Handle only packets that are of type: Eth / Ip / Udp / Payload.
*/
inline bool processUdp(pcpp::Packet& packet, pcpp::UdpLayer* udpLayer)
Expand Down

0 comments on commit 6887479

Please sign in to comment.