refactor: Refactoring most of the project
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 24s
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 24s
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.black]
|
||||
line-length = 127
|
||||
target-version = ['py311']
|
||||
target-version = ['py313']
|
||||
include = '\.pyi?$'
|
||||
|
||||
[tool.isort]
|
||||
@@ -13,7 +13,7 @@ use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.11"
|
||||
python_version = "3.13"
|
||||
warn_return_any = true
|
||||
warn_unused_configs = true
|
||||
disallow_untyped_defs = true
|
||||
|
Reference in New Issue
Block a user