Skip to content

Commit 794c791

Browse files
seladbweb-flowegecetintigercosmos
authored
Auto precommit update (#1416)
* Auto pre-commit update * fix pre-commit issues --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Ege Çetin <egecetin@hotmail.com.tr> Co-authored-by: Liu, An-Chi <phy.tiger@gmail.com>
1 parent 714956b commit 794c791

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
args: ['--fix=lf']
1212
- repo: https://github.com/psf/black
13-
rev: 24.4.0
13+
rev: 24.4.2
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pocc/pre-commit-hooks
@@ -20,12 +20,12 @@ repos:
2020
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
2121
# - id: clang-format
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.6
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
pass_filenames: false
2727
- repo: https://github.com/crate-ci/typos
28-
rev: v1.20.8
28+
rev: v1.21.0
2929
hooks:
3030
- id: typos
3131
args: ['--config=typos-config.toml']

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In the interest of fostering an open and welcoming environment, we as
77
contributors and maintainers pledge to make participation in our project and
88
our community a harassment-free experience for everyone, regardless of age, body
99
size, disability, ethnicity, sex characteristics, gender identity and expression,
10-
level of experience, education, socio-economic status, nationality, personal
10+
level of experience, education, socioeconomic status, nationality, personal
1111
appearance, race, religion, or sexual identity and orientation.
1212

1313
## Our Standards

Packet++/header/SipLayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ namespace pcpp
296296
Sip405MethodNotAllowed,
297297
/** 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 */
298298
Sip406NotAcceptable,
299-
/** The request requires user authentication. This response is issued by proxys */
299+
/** The request requires user authentication. This response is issued by proxies */
300300
Sip407ProxyAuthenticationRequired,
301301
/** 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 */
302302
Sip408RequestTimeout,

0 commit comments

Comments
 (0)