mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Fix accidental setup.py changes
This commit is contained in:
parent
f40b974206
commit
ecc9f5de99
1 changed files with 0 additions and 5 deletions
5
setup.py
5
setup.py
|
@ -13,14 +13,9 @@ Please use `python -m pip install .` instead.
|
|||
)
|
||||
sys.exit(1)
|
||||
|
||||
"abc".isidentifier()
|
||||
|
||||
# The below code will never execute, however GitHub is particularly
|
||||
# picky about where it finds Python packaging metadata.
|
||||
# See: https://github.com/github/feedback/discussions/6456
|
||||
#
|
||||
# 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