mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Revert test changes to setup.py
This commit is contained in:
parent
eff7700d92
commit
54c7c25861
2 changed files with 0 additions and 3 deletions
|
@ -33,8 +33,6 @@ bindings = "bin"
|
|||
strip = true
|
||||
|
||||
[tool.ruff]
|
||||
force-exclude = true
|
||||
exclude = ["setup.py"]
|
||||
|
||||
[tool.ruff.isort]
|
||||
force-wrap-aliases = true
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,6 +1,5 @@
|
|||
import sys
|
||||
|
||||
import os
|
||||
from setuptools import setup
|
||||
|
||||
sys.stderr.write(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue