Skip to content

Commit

Permalink
Update pre-commit hooks (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent b702c6e commit 4b97ca0
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 @@ -23,7 +23,7 @@ repos:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.17.0
rev: 1.18.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -32,7 +32,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.5'
rev: 'v0.4.6'
hooks:
- id: ruff
- repo: https://github.com/sirosen/check-jsonschema
Expand Down

0 comments on commit 4b97ca0

Please sign in to comment.