Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe84c60

Browse files
committedFeb 17, 2025·
fix: ignore yaml files in ruff
1 parent 0372cd5 commit fe84c60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ruff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exclude = [
2222
".svn",
2323
".tox",
2424
".venv",
25+
".yml",
2526
"__pypackages__",
2627
"_build",
2728
"buck-out",

0 commit comments

Comments
 (0)
Please sign in to comment.