Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v3.6.2 → v3.7.0](pre-commit/pre-commit@v3.6.2...v3.7.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.4.2](astral-sh/ruff-pre-commit@v0.2.2...v0.4.2)
- [github.com/commitizen-tools/commitizen: v3.15.0 → v3.24.0](commitizen-tools/commitizen@v3.15.0...v3.24.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 1abd17d commit cd1dd90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:

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

Expand All @@ -17,7 +17,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# endings
- id: end-of-file-fixer
Expand Down Expand Up @@ -71,13 +71,13 @@ repos:
- id: detect-private-key

- repo: https://github.com/python-poetry/poetry
rev: "1.7.0"
rev: "1.8.0"
hooks:
- id: poetry-check

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

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
rev: v3.24.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit cd1dd90

Please sign in to comment.