[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-06-20 07:04:30 +00:00 committed by crocmagnon-pr[bot]
parent 54e362f8cc
commit 428d7adced

View file

@ -1,18 +1,6 @@
###############################################################################
# pytest
###############################################################################
[tool.pytest.ini_options]
addopts = "--color=yes --driver Firefox"
minversion = "6.0"
DJANGO_SETTINGS_MODULE = "checkout.settings"
testpaths = [
"src",
]
###############################################################################
# ruff
###############################################################################
[tool.ruff]
src = ["src"]
target-version = "py311"
@ -52,3 +40,15 @@ convention = "pep257"
[tool.ruff.mccabe]
max-complexity = 10
[tool.pytest.ini_options]
addopts = "--color=yes --driver Firefox"
minversion = "6.0"
DJANGO_SETTINGS_MODULE = "checkout.settings"
testpaths = [
"src",
]
###############################################################################
# ruff
###############################################################################