|
|
|
@ -25,11 +25,11 @@ repos:
|
|
|
|
|
hooks: |
|
|
|
|
- id: isort |
|
|
|
|
- repo: https://github.com/psf/black |
|
|
|
|
rev: 21.12b0 |
|
|
|
|
rev: 22.1.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: black |
|
|
|
|
- repo: https://github.com/asottile/pyupgrade |
|
|
|
|
rev: v2.30.0 |
|
|
|
|
rev: v2.31.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: pyupgrade |
|
|
|
|
args: |
|
|
|
@ -40,13 +40,13 @@ repos:
|
|
|
|
|
- id: django-upgrade |
|
|
|
|
args: [--target-version, "4.0"] |
|
|
|
|
- repo: https://github.com/rtts/djhtml |
|
|
|
|
rev: v1.4.11 |
|
|
|
|
rev: v1.5.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: djhtml |
|
|
|
|
- repo: https://github.com/mcarans/flakehell |
|
|
|
|
rev: 1b84f4dd6c16232b5c0c6206511427676ab55f5b |
|
|
|
|
- repo: https://github.com/flakeheaven/flakeheaven |
|
|
|
|
rev: 0.11.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: flakehell |
|
|
|
|
- id: flakeheaven |
|
|
|
|
additional_dependencies: |
|
|
|
|
- flake8-annotations-complexity |
|
|
|
|
- flake8-builtins |
|
|
|
@ -63,7 +63,7 @@ repos:
|
|
|
|
|
- id: prettier |
|
|
|
|
types_or: [javascript, css] |
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint |
|
|
|
|
rev: v8.5.0 |
|
|
|
|
rev: v8.9.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: eslint |
|
|
|
|
args: [--fix] |
|
|
|
|