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

Update dependencies (#4368)

* update reqs

* bump pre-commit

* remove bugbear
This commit is contained in:
Matthias Mair
2023-02-19 11:33:04 +01:00
committed by GitHub
parent e78161bd00
commit 32be1b2035
4 changed files with 163 additions and 74 deletions

View File

@ -19,17 +19,16 @@ repos:
hooks:
- id: flake8
additional_dependencies: [
'flake8-bugbear',
'flake8-docstrings',
'flake8-string-format',
'pep8-naming ',
]
- repo: https://github.com/pycqa/isort
rev: '5.11.4'
rev: '5.12.0'
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.1
rev: 6.12.2
hooks:
- id: pip-compile
name: pip-compile requirements-dev.in