Enable pyupgrade linting

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-11-16 05:21:49 +02:00
parent 377ba2f727
commit 21fe4eafec
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ src_paths = ["bin/euscan", "src/euscan/"]
extend-include = ["bin/euscan", "bin/euscan_patch_metadata"]
[tool.ruff.lint]
extend-select = ["E", "N", "W"]
extend-select = ["E", "N", "UP", "W"]