feat: add import command

This commit is contained in:
cătălin 2023-05-17 19:00:42 +02:00
commit be20284f78
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
9 changed files with 133 additions and 10 deletions

View file

@ -84,7 +84,7 @@ reportMissingImports = false
reportMissingTypeStubs = false
[tool.ruff]
extend-select = ["W", "C90", "I", "N", "UP", "S", "BLE", "FBT", "B", "A", "COM", "C4", "DTZ", "T10", "EM", "ISC", "T20", "PT", "RSE", "RET", "SIM", "PTH", "ERA", "PGH", "PL", "TRY", "RUF"]
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"]
[tool.mypy]