Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Sep 10, 2023
1 parent f7dd5a1 commit 2af0438
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.3.0"
rev: "v4.4.0"
hooks:
- id: trailing-whitespace # trims trailing whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -15,30 +15,30 @@ repos:
- id: check-merge-conflict # check for files that contain merge conflict strings

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

- repo: https://github.com/asottile/pyupgrade
rev: "v2.38.0"
rev: "v3.10.1"
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/pycqa/isort
rev: "5.10.1"
rev: "5.12.0"
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/psf/black
rev: "22.8.0"
rev: "23.9.0"
hooks:
- id: black

- repo: https://github.com/ikamensh/flynt
rev: "0.76"
rev: "1.0.1"
hooks:
- id: flynt
args: [--aggressive, --line-length, "120"]

0 comments on commit 2af0438

Please sign in to comment.