Thanks to visit codestin.com Credit goes to github.com
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 106a527 commit e2b6a72Copy full SHA for e2b6a72
2 files changed
pyproject.toml
@@ -413,7 +413,7 @@ extend-select = [
413
# "RUF", # Ruff-specific
414
# "SIM", # flake8-simplify
415
# "T20", # flake8-print
416
- # "UP", # pyupgrade
+ "UP", # pyupgrade
417
"UP004", # 1 [*] Class `...` inherits from `object`
418
# "UP006", # 1 [*] Use `list` instead of `t.List` for type annotation
419
# "UP006", # 1 [*] Use `tuple` instead of `t.Tuple` for type annotation
tools/gh_api.py
0 commit comments