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

switched to ruff for import sorting

This commit is contained in:
Matthias Mair
2024-01-07 21:14:38 +01:00
parent f83fedbbb8
commit fd74f8d703
3 changed files with 2 additions and 27 deletions

View File

@ -15,10 +15,6 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: '5.12.0'
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks: