Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.4.2](psf/black-pre-commit-mirror@23.12.1...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.4.8](astral-sh/ruff-pre-commit@v0.1.9...v0.4.8)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent b197361 commit 57092f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ exclude: "(admin/config.h|tests/)"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black
language_version: python3.11
Expand All @@ -27,14 +27,14 @@ repos:
- black==22.12.0

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.0
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
additional_dependencies: ["types-toml"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: >
Expand All @@ -54,6 +54,6 @@ repos:
- id: prettier

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.4.8
hooks:
- id: ruff

0 comments on commit 57092f1

Please sign in to comment.