Skip to content

Commit fb8773a

Browse files
committed
Add pyupgrade checks to Ruff config
https://docs.astral.sh/ruff/rules/#pyupgrade-up
1 parent ae7133c commit fb8773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ src = ["template_python", "tests"]
107107
docstring-code-format = true
108108

109109
[tool.ruff.lint]
110-
extend-select = ["I"]
110+
extend-select = ["I", "UP"]
111111

112112
[tool.ruff.lint.isort]
113113
known-first-party = ["template_python", "tests"]

0 commit comments

Comments
 (0)