Skip to content

Commit

Permalink
chore: update pre-commit (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 05e098f commit 768c9c3
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 @@ -23,7 +23,7 @@ repos:
args: [--remove]

- repo: https://github.com/python-poetry/poetry
rev: "1.8.3"
rev: "1.8.4"
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -32,12 +32,12 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.7.0
hooks:
- id: ruff
args: [ --fix, --fixable=ALL ,--exit-non-zero-on-fix ]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

0 comments on commit 768c9c3

Please sign in to comment.