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/astral-sh/ruff-pre-commit: v0.1.9 → v0.4.4](astral-sh/ruff-pre-commit@v0.1.9...v0.4.4)
  • Loading branch information
pre-commit-ci[bot] authored May 13, 2024
1 parent b197361 commit 83fa9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,7 +27,7 @@ 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]
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.4
hooks:
- id: ruff

0 comments on commit 83fa9f6

Please sign in to comment.