We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac5b3d commit 143b483Copy full SHA for 143b483
pyproject.toml
@@ -94,6 +94,7 @@ select = [
94
"E9", # pycodestyle: Runtime
95
"F", # pyflakes
96
"I", # isort
97
+ "UP", # pyupgrade
98
]
99
ignore = []
100
0 commit comments