2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Dep updates (#4176)

* test bumping deps

* bump dep file

* readd old pointer

* update pre-commit

* update req

* update dev req
This commit is contained in:
Matthias Mair
2023-01-08 22:23:43 +01:00
committed by GitHub
parent be859183a5
commit ccf784d36c
4 changed files with 103 additions and 106 deletions

View File

@ -7,7 +7,7 @@ exclude: |
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -15,7 +15,7 @@ repos:
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/pycqa/flake8
rev: '5.0.4'
rev: '6.0.0'
hooks:
- id: flake8
additional_dependencies: [
@ -25,11 +25,11 @@ repos:
'pep8-naming ',
]
- repo: https://github.com/pycqa/isort
rev: '5.10.1'
rev: '5.11.4'
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.8.0
rev: 6.12.1
hooks:
- id: pip-compile
name: pip-compile requirements-dev.in