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

[pre-commit.ci] pre-commit autoupdate #69

Merged
merged 1 commit into from
Feb 15, 2024
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_install_hook_types:

repos:
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0
rev: v3.6.1
hooks:
- id: validate_manifest

Expand Down Expand Up @@ -75,7 +75,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.11
rev: v0.2.1
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -84,7 +84,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.14.1
hooks:
- id: commitizen
stages: [commit-msg]
Loading