Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasehrlich committed Sep 19, 2024
1 parent a1eb2ee commit 8f10186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ repos:
exclude_types: ["javascript", "css", "map"]
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.3"
rev: "v0.6.5"
hooks:
- id: ruff
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 8f10186

Please sign in to comment.