mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix removed sections
This commit is contained in:
parent
71f1681f55
commit
b7780bbd21
@ -25,21 +25,21 @@ repos:
|
|||||||
rev: '5.12.0'
|
rev: '5.12.0'
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
# - repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
# rev: 7.3.0
|
rev: 7.3.0
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: pip-compile
|
- id: pip-compile
|
||||||
# name: pip-compile requirements-dev.in
|
name: pip-compile requirements-dev.in
|
||||||
# args: [requirements-dev.in, -o, requirements-dev.txt]
|
args: [requirements-dev.in, -o, requirements-dev.txt]
|
||||||
# files: ^requirements-dev\.(in|txt)$
|
files: ^requirements-dev\.(in|txt)$
|
||||||
# - id: pip-compile
|
- id: pip-compile
|
||||||
# name: pip-compile requirements.txt
|
name: pip-compile requirements.txt
|
||||||
# args: [requirements.in, -o, requirements.txt]
|
args: [requirements.in, -o, requirements.txt]
|
||||||
# files: ^requirements\.(in|txt)$
|
files: ^requirements\.(in|txt)$
|
||||||
# - repo: https://github.com/Riverside-Healthcare/djLint
|
- repo: https://github.com/Riverside-Healthcare/djLint
|
||||||
# rev: v1.34.0
|
rev: v1.34.0
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: djlint-django
|
- id: djlint-django
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.2.6
|
rev: v2.2.6
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user