ci: add Dockerfile
This commit is contained in:
parent
72ee09b064
commit
65a56f2658
15 changed files with 382 additions and 70 deletions
|
|
@ -22,6 +22,7 @@ testing = [
|
|||
"polyfactory>=2.12.0",
|
||||
"pytest>=7.4.3",
|
||||
"pytest-cov>=4.1.0",
|
||||
"moto[s3]>=4.2.11",
|
||||
]
|
||||
linting = [
|
||||
"ruff>=0.1.7",
|
||||
|
|
@ -41,4 +42,9 @@ build-backend = "pdm.backend"
|
|||
[tool.pdm.dev-dependencies]
|
||||
dev = [
|
||||
"types-aioboto3-lite[s3]>=12.0.0",
|
||||
"boto3-stubs[s3]>=1.33.10",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
extend-select = ["W", "C90", "I", "N", "UP", "S", "BLE", "B", "A", "COM", "C4", "DTZ", "T10", "EM", "ISC", "T20", "PT", "RSE", "RET", "SIM", "PTH", "ERA", "PGH", "PL", "TRY", "RUF"]
|
||||
extend-ignore = ["S101", "ISC002", "ISC002", "COM812"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue