Skip to content

Commit

Permalink
Update pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 7, 2023
1 parent a2fec38 commit 0977e94
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 @@ -15,7 +15,7 @@ repos:
args: [--fix, lf]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
rev: "v0.1.7"
hooks:
- id: ruff
- repo: https://github.com/PyCQA/isort
Expand All @@ -29,6 +29,6 @@ repos:
id: black
args: ["--line-length", "79"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.3-1"
hooks:
- id: prettier

0 comments on commit 0977e94

Please sign in to comment.