add task post
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user