Skip to content
Snippets Groups Projects
Commit 59aef75d authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Erwan Rouchet
Browse files

Comply with pyupgrade

parent 565d8e8d
No related branches found
No related tags found
1 merge request!2307Introduce pyupgrade
This commit is part of merge request !2307. Comments created here will be created in the context of that merge request.
......@@ -25,28 +25,8 @@ select = [
"RET",
# eradicate
"ERA",
# useless-object-inheritance
"UP004",
# unnecessary-encode-utf8
"UP012",
# convert-named-tuple-functional-to-class
"UP014",
# redundant-open-modes
"UP015",
# os-error-alias
"UP024",
# unpacked-list-comprehension
"UP027",
# format-literals
"UP030",
# printf-string-formatting
"UP031",
# f-string
"UP032",
# extraneous-parentheses
"UP034",
# unnecessary-class-parentheses
"UP039",
# pyupgrade
"UP",
]
ignore = ["E501", "RET502", "RET503"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment