ci-fix-3.9
Some checks failed
deploy to v2 / test (push) Failing after 39s
deploy to v2 / deploy (push) Has been skipped

This commit is contained in:
Untone 2024-02-05 16:20:00 +03:00
parent c096dc6fbc
commit 625099568c

View File

@ -9,7 +9,7 @@ description = "notifier server for discours.io"
authors = ["discours.io devteam"] authors = ["discours.io devteam"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.9"
SQLAlchemy = "^2.0.22" SQLAlchemy = "^2.0.22"
psycopg2-binary = "^2.9.9" psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"} redis = {extras = ["hiredis"], version = "^5.0.1"}
@ -33,7 +33,7 @@ pytest-cov = "^4.1.0"
[tool.black] [tool.black]
line-length = 120 line-length = 120
target-version = ['py311'] target-version = ['py39']
include = '\.pyi?$' include = '\.pyi?$'
exclude = ''' exclude = '''
@ -75,7 +75,7 @@ reportMissingImports = false
reportMissingModuleSource = "warning" reportMissingModuleSource = "warning"
reportImportCycles = "warning" reportImportCycles = "warning"
maxMemoryForLargeFile = 4096 maxMemoryForLargeFile = 4096
pythonVersion = "3.11" pythonVersion = "3.9"
autoImportCompletions = true autoImportCompletions = true
useVirtualEnv = true useVirtualEnv = true
typeCheckingMode = "basic" typeCheckingMode = "basic"
@ -103,7 +103,7 @@ plugins = ["mypy_sqlalchemy.plugin", "strawberry.ext.mypy_plugin"]
select = ["E4", "E7", "E9", "F"] select = ["E4", "E7", "E9", "F"]
ignore = [] ignore = []
line-length = 120 line-length = 120
target-version = "py311" target-version = "py39"