mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-05 08:00:27 +00:00
[pyupgrade
]: Remove outdated sys.version_info
blocks (#2099)
This commit is contained in:
parent
1c2fc38853
commit
b032f50775
22 changed files with 2113 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -22,3 +22,5 @@ sys.exit(1)
|
|||
# To be removed once GitHub catches up.
|
||||
|
||||
setup(name="ruff", install_requires=[])
|
||||
if True: a = 1; \
|
||||
b = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue