Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent 5c447f5 commit 5910405
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 @@ -16,18 +16,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.2
hooks:
- id: prettier

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.3
rev: 0.26.1
hooks:
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
rev: v0.0.286
hooks:
- id: ruff
args: [--fix]
Expand All @@ -38,7 +38,7 @@ repos:
- id: black

- repo: https://github.com/python-poetry/poetry
rev: 1.5.1
rev: 1.6.1
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 5910405

Please sign in to comment.