add task post

This commit is contained in:
IluaAir
2025-08-15 01:03:48 +03:00
parent fdc688cf5e
commit 723f59d35e
8 changed files with 81 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ exclude = [
# Set the maximum line length for both linting and formatting.
line-length = 88
# Assume Python 3.9 for compatibility checks.
target-version = "py39"
target-version = "py312"
# Enable preview features for early access to new rules and formatting changes.
preview = true
@@ -81,7 +81,7 @@ select = [
]
# Ignore specific rules within the selected groups.
ignore = [
"UP035",
"UP",
"B903",
"B904",
"E501",