pre-commit autoupdate

This commit is contained in:
Hynek Schlawack 2024-05-25 08:33:19 -04:00
parent 7649f6e6b5
commit f62496120f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,7 +9,7 @@ repos:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -21,7 +21,7 @@ repos:
args: [tests]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--exclude-file=tests/test_mypy.yml]