Skip to content

Commit

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

* Update README.md

* Update dirent.h

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Ege Çetin <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2024
1 parent 3c65854 commit 82f064b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.7.1
rev: v0.8.1
hooks:
- id: ruff # Run the linter.
types_or: [ python ]
Expand All @@ -38,7 +38,7 @@ repos:
- id: cppcheck
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.17.0
rev: 0.17.1
hooks:
- id: gersemi
- repo: https://github.com/codespell-project/codespell
Expand All @@ -47,7 +47,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: v1.28.1
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
2 changes: 1 addition & 1 deletion Examples/PcapSearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Using the utility
-s search_criteria : Criteria to search in Berkeley Packet Filter (BPF) syntax (http://biot.com/capstats/bpf.html) i.e: 'ip net 1.1.1.1'
-r file_name : Write a detailed search report to a file
-e extension_list : Set file extensions to search. The default is searching '.pcap' and '.pcapng' files.
extnesions_list should be a comma-separated list of extensions, for example: pcap,net,dmp
extension_list should be a comma-separated list of extensions, for example: pcap,net,dmp
-v : Displays the current version and exists
-h : Displays this help message and exits
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ extern "C"
wcstr[n] = 0;
}

/* Length of resuting multi-byte string WITH zero terminator */
/* Length of resulting multi-byte string WITH zero terminator */
if (pReturnValue)
{
*pReturnValue = n + 1;
Expand Down

0 comments on commit 82f064b

Please sign in to comment.