Skip to content

Commit

Permalink
Update pre-commit hooks (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent aaab062 commit 42df5af
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 @@ -28,11 +28,11 @@ repos:
- id: django-upgrade
args: [--target-version, "3.2"]
- repo: https://github.com/psf/black
rev: 24.4.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.1'
rev: 'v0.4.2'
hooks:
- id: ruff
- repo: https://github.com/sirosen/check-jsonschema
Expand Down

0 comments on commit 42df5af

Please sign in to comment.