Skip to content

Commit

Permalink
chore: update pre-commit hooks (#71)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 22.12.0 → 23.12.1](psf/black-pre-commit-mirror@22.12.0...23.12.1)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.4...v0.1.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 5, 2024
1 parent be01242 commit d772d42
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 @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 22.12.0
rev: 23.12.1
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.6.1
rev: v1.8.0
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
Expand All @@ -45,11 +45,11 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier

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

0 comments on commit d772d42

Please sign in to comment.