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

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#69)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v3.6.0 → v3.6.1](pre-commit/pre-commit@v3.6.0...v3.6.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.11...v0.2.1)
- [github.com/commitizen-tools/commitizen: v3.13.0 → v3.14.1](commitizen-tools/commitizen@v3.13.0...v3.14.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 15, 2024
1 parent 5800e19 commit a124651
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 @@ -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]

0 comments on commit a124651

Please sign in to comment.