Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.3...v0.3.7)
- [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/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.14.0](alessandrojcm/commitlint-pre-commit-hook@v9.13.0...v9.14.0)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 7ed4703 commit 909b237
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 @@ -6,7 +6,7 @@ ci:
skip: [poetry-lock]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.7
hooks:
- id: ruff
args:
Expand All @@ -15,7 +15,7 @@ repos:
files: ^((gentropy|utils|tests)/.+)?[^/]+\.py$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
exclude: "CHANGELOG.md"

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.14.0
hooks:
- id: commitlint
additional_dependencies: ["@commitlint/[email protected]"]
Expand All @@ -82,7 +82,7 @@ repos:
- "--disallow-untyped-defs"

- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args: [--verbose]
Expand Down

0 comments on commit 909b237

Please sign in to comment.