mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
54e362f8cc
commit
428d7adced
1 changed files with 12 additions and 12 deletions
|
@ -1,18 +1,6 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# pytest
|
# pytest
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[tool.pytest.ini_options]
|
|
||||||
addopts = "--color=yes --driver Firefox"
|
|
||||||
minversion = "6.0"
|
|
||||||
DJANGO_SETTINGS_MODULE = "checkout.settings"
|
|
||||||
testpaths = [
|
|
||||||
"src",
|
|
||||||
]
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# ruff
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
src = ["src"]
|
src = ["src"]
|
||||||
target-version = "py311"
|
target-version = "py311"
|
||||||
|
@ -52,3 +40,15 @@ convention = "pep257"
|
||||||
|
|
||||||
[tool.ruff.mccabe]
|
[tool.ruff.mccabe]
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
addopts = "--color=yes --driver Firefox"
|
||||||
|
minversion = "6.0"
|
||||||
|
DJANGO_SETTINGS_MODULE = "checkout.settings"
|
||||||
|
testpaths = [
|
||||||
|
"src",
|
||||||
|
]
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# ruff
|
||||||
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue