Skip to content

Commit 50bdf2b

Browse files
[pre-commit.ci] pre-commit autoupdate (#165)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.4](python-jsonschema/check-jsonschema@0.28.2...0.28.4) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a6534e5 commit 50bdf2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.2.6
24+
rev: v2.3.0
2525
hooks:
2626
- id: codespell
2727
args: [--write-changes]
2828
additional_dependencies:
2929
- tomli
3030

3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.28.2
32+
rev: 0.28.4
3333
hooks:
3434
- id: check-github-workflows
3535

@@ -55,7 +55,7 @@ repos:
5555
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.4.3
58+
rev: v0.4.7
5959
hooks:
6060
- id: ruff
6161
name: ruff (see https://docs.astral.sh/ruff/rules)

CODE_OF_CONDUCT.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We as members, contributors, and leaders pledge to make participation in
1313
our community a harassment-free experience for everyone, regardless of
1414
age, body size, visible or invisible disability, ethnicity, sex
1515
characteristics, gender identity and expression, level of experience,
16-
education, socio-economic status, nationality, personal appearance,
16+
education, socioeconomic status, nationality, personal appearance,
1717
race, caste, color, religion, or sexual identity and orientation.
1818

1919
We pledge to act and interact in ways that contribute to an open,

0 commit comments

Comments
 (0)