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'
|
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:
|
||||||
|
@ -57,7 +57,7 @@ known-first-party = ["src", "plugin", "InvenTree", "common"]
|
|||||||
"django" = ["django"]
|
"django" = ["django"]
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
quote-style = "double"
|
quote-style = "single"
|
||||||
indent-style = "space"
|
indent-style = "space"
|
||||||
skip-magic-trailing-comma = false
|
skip-magic-trailing-comma = false
|
||||||
line-ending = "auto"
|
line-ending = "auto"
|
||||||
|
Loading…
Reference in New Issue
Block a user