Skip to content

Commit

Permalink
Bump versions of pre-commit checks to match the versions used in pypr…
Browse files Browse the repository at this point in the history
…oject.toml
  • Loading branch information
ashleysommer committed Nov 1, 2024
1 parent 10bac8d commit 73400f3
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 @@ -8,20 +8,20 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# WARNING: Ruff version should be the same as in `pyproject.toml`
rev: v0.5.4
rev: v0.7.1
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black-pre-commit-mirror
# WARNING: Black version should be the same as in `pyproject.toml`
rev: "24.4.2"
rev: "24.10.0"
hooks:
- id: black
pass_filenames: false
require_serial: true
args: ["."]
- repo: https://github.com/python-poetry/poetry
rev: 1.8.3
rev: 1.8.4
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 73400f3

Please sign in to comment.