mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-01-22 05:13:36 +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
4afa7420ec
commit
e57b65df7e
1 changed files with 17 additions and 18 deletions
|
@ -23,6 +23,23 @@ dependencies = [
|
|||
"whitenoise>=6.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=22.12",
|
||||
"factory-boy>=3.2.1",
|
||||
"invoke>=2",
|
||||
"model-bakery>=1.1",
|
||||
"pip-tools>=6",
|
||||
"pre-commit>=2.7",
|
||||
"pytest>=6",
|
||||
"pytest-cov>=3",
|
||||
"pytest-django>=4.5",
|
||||
"pytest-rerunfailures>=13",
|
||||
"pytest-selenium>=4",
|
||||
"ruff>=0.0.237",
|
||||
"selenium>=4.4.3",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
src = [
|
||||
|
@ -85,24 +102,6 @@ markers = [
|
|||
"flaky",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pre-commit>=2.7",
|
||||
"pytest>=6.0",
|
||||
"pytest-cov>=3.0.0",
|
||||
"pytest-django>=4.5.0",
|
||||
"pytest-selenium>=4.0.0",
|
||||
"pytest-rerunfailures>=13.0",
|
||||
"pre-commit>=2.7",
|
||||
"model-bakery>=1.1",
|
||||
"invoke>=2.0.0",
|
||||
"factory-boy>=3.2.1",
|
||||
"selenium>=4.4.3",
|
||||
"black>=22.12.0",
|
||||
"pip-tools>=6.0",
|
||||
"ruff>=0.0.237",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue