Skip to content

Commit b278553

Browse files
Merge pull request #590 from typemytype/fix-build-ruff
Fix build breakage
2 parents a1c8cc1 + 21ca78b commit b278553

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ git+https://github.com/typesupply/feaPyFoFum
2828
git+https://github.com/typesupply/feaTools2
2929
pip
3030
packaging
31-
ruff
3231
ruff-api
3332
pytz
3433
delocate==0.10.7 # for merging intel+silicon wheels into universal2

setupApp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def getValueFromSysArgv(key, default=None, isBooleanFlag=False):
199199
"setuptools",
200200
"packaging",
201201
"PIL",
202-
"ruff",
203202
"ruff_api",
204203
],
205204
includes=[

0 commit comments

Comments
 (0)