Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

chore(deps): pre-commit autoupdate #648

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
)
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.3.0
rev: 1.4.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/psf/black-pre-commit-mirror
Expand All @@ -41,7 +41,7 @@ repos:
- id: black
name: Format code (Python)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down