mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove flake8 from code base
This commit is contained in:
parent
22475b31cc
commit
a0bcf1bcce
@ -25,21 +25,21 @@ repos:
|
||||
rev: '5.12.0'
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/jazzband/pip-tools
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
- id: pip-compile
|
||||
name: pip-compile requirements-dev.in
|
||||
args: [requirements-dev.in, -o, requirements-dev.txt]
|
||||
files: ^requirements-dev\.(in|txt)$
|
||||
- id: pip-compile
|
||||
name: pip-compile requirements.txt
|
||||
args: [requirements.in, -o, requirements.txt]
|
||||
files: ^requirements\.(in|txt)$
|
||||
- repo: https://github.com/Riverside-Healthcare/djLint
|
||||
rev: v1.34.0
|
||||
hooks:
|
||||
- id: djlint-django
|
||||
# - repo: https://github.com/jazzband/pip-tools
|
||||
# rev: 7.3.0
|
||||
# hooks:
|
||||
# - id: pip-compile
|
||||
# name: pip-compile requirements-dev.in
|
||||
# args: [requirements-dev.in, -o, requirements-dev.txt]
|
||||
# files: ^requirements-dev\.(in|txt)$
|
||||
# - id: pip-compile
|
||||
# name: pip-compile requirements.txt
|
||||
# args: [requirements.in, -o, requirements.txt]
|
||||
# files: ^requirements\.(in|txt)$
|
||||
# - repo: https://github.com/Riverside-Healthcare/djLint
|
||||
# rev: v1.34.0
|
||||
# hooks:
|
||||
# - id: djlint-django
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
|
@ -57,7 +57,7 @@ known-first-party = ["src", "plugin", "InvenTree", "common"]
|
||||
"django" = ["django"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
quote-style = "single"
|
||||
indent-style = "space"
|
||||
skip-magic-trailing-comma = false
|
||||
line-ending = "auto"
|
||||
|
Loading…
Reference in New Issue
Block a user