Skip to content

Commit

Permalink
Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jul 14, 2022
1 parent fc2b1b8 commit e1d9b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace # trims trailing whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -13,13 +13,13 @@ repos:
- id: check-merge-conflict # check for files that contain merge conflict strings

- repo: https://github.com/adamchainz/django-upgrade
rev: "1.4.0"
rev: 1.7.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.37.1
hooks:
- id: pyupgrade

Expand Down
1 change: 0 additions & 1 deletion django_pwned/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
default_app_config = "django_pwned.apps.DjangoPwnedConfig"
__version__ = "1.1.1"

0 comments on commit e1d9b8e

Please sign in to comment.