Skip to content

Commit

Permalink
Merge 4f82504 into 7811c56
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 8, 2023
2 parents 7811c56 + 4f82504 commit 7ec1480
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ repos:
args: ["--remove"]
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: "v3.4.0"
rev: "v3.10.1"
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.13.0"
rev: "1.14.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.1"
hooks:
- id: prettier
exclude_types: [html, json, scss]
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
- repo: https://github.com/rtts/djhtml
Expand Down

0 comments on commit 7ec1480

Please sign in to comment.