Skip to content

Commit

Permalink
Auto precommit update (#1560)
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: tigercosmos <[email protected]>
  • Loading branch information
3 people authored Sep 1, 2024
1 parent dd8e40c commit 02e73a1
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/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand All @@ -39,7 +39,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.23.6
rev: typos-dict-v0.11.27
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
2 changes: 1 addition & 1 deletion Packet++/header/SSLHandshake.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ namespace pcpp
* @param[in] dataLen The length in bytes of the raw data
* @param[in] allDataExists Certificate messages usually spread on more than 1 packet. So a certificate is
* likely to split between 2 packets or more. This field indicates whether the raw data contains all
* ceritificate data of just a part of it
* certificate data of just a part of it
*/
SSLx509Certificate(uint8_t* data, size_t dataLen, bool allDataExists)
: m_Data(data), m_DataLen(dataLen), m_AllDataExists(allDataExists)
Expand Down

0 comments on commit 02e73a1

Please sign in to comment.