Skip to content

Commit

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

* fix pre-commit issues

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Ege Çetin <[email protected]>
Co-authored-by: Liu, An-Chi <[email protected]>
  • Loading branch information
4 people authored Jun 2, 2024
1 parent 714956b commit 794c791
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 @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=lf']
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand All @@ -20,12 +20,12 @@ repos:
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.20.8
rev: v1.21.0
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to make participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
level of experience, education, socioeconomic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards
Expand Down
2 changes: 1 addition & 1 deletion Packet++/header/SipLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ namespace pcpp
Sip405MethodNotAllowed,
/** The resource identified by the request is only capable of generating response entities that have content characteristics but not acceptable according to the Accept header field sent in the request */
Sip406NotAcceptable,
/** The request requires user authentication. This response is issued by proxys */
/** The request requires user authentication. This response is issued by proxies */
Sip407ProxyAuthenticationRequired,
/** Couldn't find the user in time. The server could not produce a response within a suitable amount of time, for example, if it could not determine the location of the user in time. The client MAY repeat the request without modifications at any later time */
Sip408RequestTimeout,
Expand Down

0 comments on commit 794c791

Please sign in to comment.