Skip to content

Commit

Permalink
Bump pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 21, 2024
1 parent 533e469 commit cd2f092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.19.0
rev: 1.21.0
hooks:
- id: django-upgrade
args: ["--target-version", "3.0"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion freeze/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "django-freeze"
__version__ = "0.11.0"
__version__ = "0.11.1"

0 comments on commit cd2f092

Please sign in to comment.