SuperRealCo commited on
Commit
be5ea38
·
verified ·
1 Parent(s): eb04234

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -24
pyproject.toml DELETED
@@ -1,24 +0,0 @@
1
- [project]
2
- name = "ComfyUI"
3
- version = "0.3.44"
4
- readme = "README.md"
5
- license = { file = "LICENSE" }
6
- requires-python = ">=3.9"
7
-
8
- [project.urls]
9
- homepage = "https://www.comfy.org/"
10
- repository = "https://github.com/comfyanonymous/ComfyUI"
11
- documentation = "https://docs.comfy.org/"
12
-
13
- [tool.ruff]
14
- lint.select = [
15
- "N805", # invalid-first-argument-name-for-method
16
- "S307", # suspicious-eval-usage
17
- "S102", # exec
18
- "T", # print-usage
19
- "W",
20
- # The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names.
21
- # See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
22
- "F",
23
- ]
24
- exclude = ["*.ipynb"]