Skip to content

Commit f624961

Browse files
committed
pre-commit autoupdate
1 parent 7649f6e commit f624961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
We as members, contributors, and leaders pledge to make participation in our
77
community a harassment-free experience for everyone, regardless of age, body
88
size, visible or invisible disability, ethnicity, sex characteristics, gender
9-
identity and expression, level of experience, education, socio-economic status,
9+
identity and expression, level of experience, education, socioeconomic status,
1010
nationality, personal appearance, race, caste, color, religion, or sexual
1111
identity and orientation.
1212

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: black
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.4.3
12+
rev: v0.4.5
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
@@ -21,7 +21,7 @@ repos:
2121
args: [tests]
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: [--exclude-file=tests/test_mypy.yml]

0 commit comments

Comments
 (0)