Skip to content

Commit

Permalink
Merge ruff.toml into pyproject.toml (#6431)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jan 11, 2025
1 parent 6c9bd11 commit 42086af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ requires-python = ">=3.9"
homepage = "https://www.comfy.org/"
repository = "https://github.com/comfyanonymous/ComfyUI"
documentation = "https://docs.comfy.org/"

[tool.ruff]
lint.select = [
"S307", # suspicious-eval-usage
"S102", # exec
"T", # print-usage
"W",
# The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names.
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
"F",
]
exclude = ["*.ipynb"]
15 changes: 0 additions & 15 deletions ruff.toml

This file was deleted.

0 comments on commit 42086af

Please sign in to comment.