Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.9...v0.3.4)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 73a94d7 commit 10b2983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.3.0
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.9.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.3.4
hooks:
- id: ruff

0 comments on commit 10b2983

Please sign in to comment.